whitespace fixes
[platform/upstream/gstreamer.git] / tests / old / examples / cutter / cutter.h
index 15182d0..d3ac594 100644 (file)
@@ -3,12 +3,12 @@
  * thomas@apestaart.org
  */
 
-typedef struct 
+typedef struct
 {
   GstElement *pipe;
   GstElement *filesink;
   GstElement *audiosink;
-  
+
   char *location;
   int channel_id;
 } output_channel_t;