]> git.sesse.net Git - ffmpeg/commitdiff
cmdutils_common_opts: fix indention of #if
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Apr 2013 14:07:46 +0000 (16:07 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Apr 2013 14:07:46 +0000 (16:07 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
cmdutils_common_opts.h

index 878c7488b60d02355c9c3aa8df225e895587fffe..b57abaf61812ee5de31431ede9b5a816d6fa2bee 100644 (file)
@@ -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