whitespace fixes
[platform/upstream/gstreamer.git] / examples / mixer / mixer.h
index 4cae18e..76e55f6 100644 (file)
@@ -3,10 +3,10 @@
  * thomas@apestaart.org
  */
 
-typedef struct 
+typedef struct
 {
   GstElement *pipe, *filesrc, *volenv;
-  
+
   char *location;
   int channel_id;
 } input_channel_t;