changeset 31660:5fd00f0e4d1c

Reindent and align after r31725.
author adrian
date Mon, 12 Jul 2010 20:19:53 +0000
parents a05f97bad2a9
children 7f16631c1de0
files libao2/ao_coreaudio.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_coreaudio.c	Mon Jul 12 20:19:09 2010 +0000
+++ b/libao2/ao_coreaudio.c	Mon Jul 12 20:19:53 2010 +0000
@@ -403,8 +403,8 @@
 int device_id, display_help = 0;
 
     const opt_t subopts[] = {
-        {"device_id", OPT_ARG_INT, &device_id, NULL},
-        {"help", OPT_ARG_BOOL, &display_help, NULL},
+        {"device_id", OPT_ARG_INT,  &device_id,    NULL},
+        {"help",      OPT_ARG_BOOL, &display_help, NULL},
         {NULL}
     };
 
@@ -414,7 +414,7 @@
     if (subopt_parse(ao_subdevice, subopts) != 0 || display_help) {
         print_help();
         if (!display_help)
-        return 0;
+            return 0;
     }
 
     ao_msg(MSGT_AO,MSGL_V, "init([%dHz][%dch][%s][%d])\n", rate, channels, af_fmt2str_short(format), flags);