diff options
author | Xavi Artigas <xartigas@fluendo.com> | 2013-05-13 10:27:52 +0200 |
---|---|---|
committer | Xavi Artigas <xartigas@fluendo.com> | 2013-05-13 10:27:52 +0200 |
commit | 7c2c4786da6a2af06a0eef292e12b7a84b0d0e30 (patch) | |
tree | 10952b36450853c6bac1acd38bfb74e15ba42b1a /data | |
parent | 07e3b69d637f44577044a8a5dfee4556affc7bf4 (diff) |
Whitespace and comment format
Diffstat (limited to 'data')
-rw-r--r-- | data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h | 2 | ||||
-rw-r--r-- | data/xcode/templates/ios/GStreamer Base.xctemplate/main.m | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h index 954a3efe..86ea281e 100644 --- a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h +++ b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h @@ -7,7 +7,7 @@ G_BEGIN_DECLS /* Uncomment each line to enable the plugin categories that your application needs. * You can also enable individual plugins. See gst_ios_init.c to see their names - **/ + */ @GST_IOS_PLUGINS_CATEGORIES@ diff --git a/data/xcode/templates/ios/GStreamer Base.xctemplate/main.m b/data/xcode/templates/ios/GStreamer Base.xctemplate/main.m index 3ca35079..6cf4e0f6 100644 --- a/data/xcode/templates/ios/GStreamer Base.xctemplate/main.m +++ b/data/xcode/templates/ios/GStreamer Base.xctemplate/main.m @@ -1,4 +1,3 @@ - #import <UIKit/UIKit.h> #import "AppDelegate.h" |