Browse Source

cmdutils_common_opts: fix indention of #if

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Michael Niedermayer 12 years ago
parent
commit
fb78b94c3a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmdutils_common_opts.h

+ 2 - 2
cmdutils_common_opts.h

@@ -19,6 +19,6 @@
     { "report"     , 0,        {(void*)opt_report}, "generate a report" },
     { "max_alloc"  , HAS_ARG,  {.func_arg = opt_max_alloc},     "set maximum size of a single allocated block", "bytes" },
     { "cpuflags"   , HAS_ARG | OPT_EXPERT, {.func_arg = opt_cpuflags}, "force specific cpu flags", "flags" },
-    #if CONFIG_OPENCL
+#if CONFIG_OPENCL
     { "opencl_options", HAS_ARG, {.func_arg = opt_opencl},      "set OpenCL environment options" },
-    #endif
+#endif