Remove trailing whitespace.
[cython.git] / tests / run / cpp_operators_helper.h
index 231f4868bc9ccd0921c14c201ed0e6105722f760..9b885b6d297b6294ee831925a342ed90d7f72864 100644 (file)
@@ -14,12 +14,12 @@ public:
     UN_OP(~);
     UN_OP(!);
     UN_OP(&);
-    
+
     UN_OP(++);
     UN_OP(--);
     POST_UN_OP(++);
     POST_UN_OP(--);
-    
+
     BIN_OP(+);
     BIN_OP(-);
     BIN_OP(*);
@@ -28,7 +28,7 @@ public:
 
     BIN_OP(<<);
     BIN_OP(>>);
-    
+
     BIN_OP(|);
     BIN_OP(&);
     BIN_OP(^);