Delete trailing whitespace at end of lines.
[pspp-builds.git] / src / libpspp / magic.h
index 792d13593c0bd759c18b410ddf2f7a0a3bac1776..95e365b221d92123082fb14359a13457b2b8d838 100644 (file)
@@ -30,7 +30,7 @@
 #error Only IEEE-754 floating point currently supported.
 #endif
 
-/* Allows us to specify individual bytes of a double. */     
+/* Allows us to specify individual bytes of a double. */
 union cvt_dbl {
   unsigned char cvt_dbl_i[8];
   double cvt_dbl_d;