Some more whitespace cleanups.
[catacomb] / m4 / mdw-probe-constant.m4
index 3916582..bd5a17e 100644 (file)
@@ -21,11 +21,11 @@ dnl -*-autoconf-*-
 ###   The idea for this macro came from the AC_C_COMPILE_VALUE macro by
 ###   Ilguiz Latypov; this implementation has a number of advantages:
 ###
-###     * it has an immense range of representable values, notably including
-###       negative numbers; and
+###    * it has an immense range of representable values, notably including
+###      negative numbers; and
 ###
-###     * it returns the value directly in a shell variable rather than
-###       inventing an AC_DEFINE for it.
+###    * it returns the value directly in a shell variable rather than
+###      inventing an AC_DEFINE for it.
 ###
 ### LICENSE
 ###
@@ -126,12 +126,12 @@ AC_DEFUN([mdw__PROBE_CONSTANT_SETUP],
   MDW__DIGIT(1000000000, d), \\
   MDW__DIGIT( 100000000, d), \\
   MDW__DIGIT(  10000000, d), \\
-  MDW__DIGIT(   1000000, d), \\
-  MDW__DIGIT(    100000, d), \\
-  MDW__DIGIT(     10000, d), \\
-  MDW__DIGIT(      1000, d), \\
-  MDW__DIGIT(       100, d), \\
-  MDW__DIGIT(        10, d)
+  MDW__DIGIT(  1000000, d), \\
+  MDW__DIGIT(   100000, d), \\
+  MDW__DIGIT(    10000, d), \\
+  MDW__DIGIT(     1000, d), \\
+  MDW__DIGIT(      100, d), \\
+  MDW__DIGIT(       10, d)
 
 /* Increasingly huge divisions.  PN divides by 10^(9*2^N). */
 #define MDW__P0 /MDW__G