Remove all trailing spaces
No real changes, just clean up sources by removing trailing spaces from all the non-generated files. This should hopefully avoid future commits mixing significant changes with insignificant whitespace ones.
This commit is contained in:
@@ -692,7 +692,7 @@ public:
|
||||
*/
|
||||
int GetColumn() const;
|
||||
void SetColumn(int col);
|
||||
|
||||
|
||||
/**
|
||||
Return the current width of the column.
|
||||
|
||||
@@ -700,7 +700,7 @@ public:
|
||||
*/
|
||||
int GetWidth() const;
|
||||
void SetWidth(int width);
|
||||
|
||||
|
||||
/**
|
||||
Return the new order of the column.
|
||||
|
||||
|
Reference in New Issue
Block a user