mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-04 04:28:10 +00:00 
			
		
		
		
	Remove trailing whitespace (#3668)
This commit is contained in:
		@@ -38,7 +38,7 @@ struct IsReference
 | 
			
		||||
template <typename T>
 | 
			
		||||
struct IsReference<T&>
 | 
			
		||||
{
 | 
			
		||||
	enum 
 | 
			
		||||
	enum
 | 
			
		||||
	{
 | 
			
		||||
		VALUE = 1
 | 
			
		||||
	};
 | 
			
		||||
@@ -48,7 +48,7 @@ struct IsReference<T&>
 | 
			
		||||
template <typename T>
 | 
			
		||||
struct IsReference<const T&>
 | 
			
		||||
{
 | 
			
		||||
	enum 
 | 
			
		||||
	enum
 | 
			
		||||
	{
 | 
			
		||||
		VALUE = 1
 | 
			
		||||
	};
 | 
			
		||||
@@ -69,7 +69,7 @@ struct IsConst
 | 
			
		||||
template <typename T>
 | 
			
		||||
struct IsConst<const T&>
 | 
			
		||||
{
 | 
			
		||||
	enum 
 | 
			
		||||
	enum
 | 
			
		||||
	{
 | 
			
		||||
		VALUE = 1
 | 
			
		||||
	};
 | 
			
		||||
@@ -79,7 +79,7 @@ struct IsConst<const T&>
 | 
			
		||||
template <typename T>
 | 
			
		||||
struct IsConst<const T>
 | 
			
		||||
{
 | 
			
		||||
	enum 
 | 
			
		||||
	enum
 | 
			
		||||
	{
 | 
			
		||||
		VALUE = 1
 | 
			
		||||
	};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user