dshowsrcwrapper: indent dshowsrcwrapper.cpp
authorJulien Isorce <julien.isorce@gmail.com>
Mon, 7 Sep 2009 13:21:28 +0000 (15:21 +0200)
committerJulien Isorce <julien.isorce@gmail.com>
Mon, 7 Sep 2009 13:21:28 +0000 (15:21 +0200)
sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp

index 9acfc344ec5f6c2914234a9df148e03e2c2f024b..2f40abe845cc69dacde8b1e2d23c1336815b6ba2 100644 (file)
@@ -38,12 +38,13 @@ plugin_init (GstPlugin * plugin)
   return TRUE;
 }
 
-extern "C" {
+extern "C"
+{
 
-GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
-    GST_VERSION_MINOR,
-    "dshowsrcwrapper",
-    "DirectShow sources wrapper plugin",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
+  GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
+      GST_VERSION_MINOR,
+      "dshowsrcwrapper",
+      "DirectShow sources wrapper plugin",
+      plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
 
 }