From 7522bc310cf423d1982194a0746f9403bafa48b7 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 18 Sep 2006 09:28:42 +0000 Subject: [PATCH] indent fixes git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1266 423420c4-83ab-492f-b58f-81f9feb106b5 --- rdpsnd_libao.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rdpsnd_libao.c b/rdpsnd_libao.c index 1df1052..8b808e8 100644 --- a/rdpsnd_libao.c +++ b/rdpsnd_libao.c @@ -249,7 +249,8 @@ libao_register(char *options) libao_driver.next = NULL; ao_initialize(); - snprintf(description, 100, "libao output driver, default device: %s", ao_driver_info(ao_default_driver_id())->short_name); + snprintf(description, 100, "libao output driver, default device: %s", + ao_driver_info(ao_default_driver_id())->short_name); ao_shutdown(); if (options)