Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / assertion.h
index e20d20bc18b190ef8675a99f4fa40fa1657e03f7..4d02adc63be3cd33f2744ac4849cedd39d893dea 100644 (file)
@@ -25,7 +25,7 @@
 
 #define NOT_REACHED() do { assert (0); abort (); } while (0)
 
-#endif 
+#endif
 
 #include <assert.h>