[hipl-commit] [trunk] Rev 4569: cosmetics: fix indentation of a small code block

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 21 May 2010 13:51:15 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 21/05/2010 at 13:51:15
Revision: 4569
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  cosmetics: fix indentation of a small code block

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-05-18 08:33:28 +0000
+++ configure.ac        2010-05-21 10:50:14 +0000
@@ -171,10 +171,10 @@
                [ac_cv_use_debug],
                [ac_cv_use_debug=yes])
 if test x"$ac_cv_use_debug" = x"yes"; then
-        AC_DEFINE(HIP_LOGFMT_LONG)
-        AH_TEMPLATE(HIP_LOGFMT_LONG, [Defined to 1 if long log format output 
is enabled.])
-        AC_DEFINE(CONFIG_HIP_DEBUG)
-        AH_TEMPLATE(CONFIG_HIP_DEBUG, [Defined to 1 if debug output is 
enabled.])
+    AC_DEFINE(HIP_LOGFMT_LONG)
+    AH_TEMPLATE(HIP_LOGFMT_LONG, [Defined to 1 if long log format output is 
enabled.])
+    AC_DEFINE(CONFIG_HIP_DEBUG)
+    AH_TEMPLATE(CONFIG_HIP_DEBUG, [Defined to 1 if debug output is enabled.])
 fi
 
 AC_ARG_ENABLE(midauth,

Other related posts:

  • » [hipl-commit] [trunk] Rev 4569: cosmetics: fix indentation of a small code block - Diego Biurrun