]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Oh menuconfig, why do you hate margins?
authorDavid M. Lee <dlee@digium.com>
Mon, 8 Jul 2013 20:31:41 +0000 (20:31 +0000)
committerDavid M. Lee <dlee@digium.com>
Mon, 8 Jul 2013 20:31:41 +0000 (20:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393843 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_stasis_recording.c

index 3d8e11bbd7aa3c8015856bdc355e2af011b07285..f94f428954207ec2188bf9e98c5bc54819943bfe 100644 (file)
@@ -436,8 +436,7 @@ static int unload_module(void)
        return 0;
 }
 
-AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS,
-       "Stasis application recording support",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "Stasis application recording support",
        .load = load_module,
        .unload = unload_module,
        .nonoptreq = "res_stasis");