summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2009-09-07 15:21:28 +0200
committerJulien Isorce <julien.isorce@gmail.com>2009-09-07 15:21:28 +0200
commita768a83c5a23d6f5d83fcf0750c92e824af56eac (patch)
tree1f9e52bb713f5f327cea30388d91b7e3e566d12c
parent01bbe0315f7d42ac5f53c318cd7330618270317f (diff)
dshowsrcwrapper: indent dshowsrcwrapper.cpp
-rw-r--r--sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp b/sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp
index 9acfc344e..2f40abe84 100644
--- a/sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp
+++ b/sys/dshowsrcwrapper/gstdshowsrcwrapper.cpp
@@ -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)
}