comparison src/audacious/main.c @ 2695:4c4c8b294287 trunk

[svn] Fixed formatting. Tabs + tw=2 ==> spaces + tw=4.
author magma
date Sat, 05 May 2007 16:04:39 -0700
parents c2b82432c1b6
children 2d1837805ca4
comparison
equal deleted inserted replaced
2694:c2b82432c1b6 2695:4c4c8b294287
1187 1187
1188 if (options.headless != 1) 1188 if (options.headless != 1)
1189 GDK_THREADS_LEAVE(); 1189 GDK_THREADS_LEAVE();
1190 1190
1191 #ifdef USE_DBUS 1191 #ifdef USE_DBUS
1192 RemoteObject *object = init_dbus(); 1192 RemoteObject *object = init_dbus();
1193 #endif 1193 #endif
1194 1194
1195 ctrlsocket_start(); 1195 ctrlsocket_start();
1196 1196
1197 handle_cmd_line_options(&options, FALSE); 1197 handle_cmd_line_options(&options, FALSE);