summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-12-14 00:52:35 +0000
committerphintuka <phintuka>2008-12-14 00:52:35 +0000
commit772dab446e25c372ba7ee90d961349375bf54019 (patch)
tree0ecf3ceebeee66b8debda2e3aeaf1dd914237dd1
parent721cf33e6a46eb611c6d1db6dba4b5fc8eb0df08 (diff)
downloadxineliboutput-772dab446e25c372ba7ee90d961349375bf54019.tar.gz
xineliboutput-772dab446e25c372ba7ee90d961349375bf54019.tar.bz2
Cosmetics
(Removed tabs and trailing spaces)
-rw-r--r--xine/post_util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xine/post_util.h b/xine/post_util.h
index 01bb7044..a539d31d 100644
--- a/xine/post_util.h
+++ b/xine/post_util.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: post_util.h,v 1.4 2008-05-22 09:50:12 phintuka Exp $
+ * $Id: post_util.h,v 1.5 2008-12-14 00:52:35 phintuka Exp $
*
*/
@@ -28,8 +28,8 @@ static void class_dispose(post_class_t *class_gen);
/* required from plugin: */
static post_plugin_t *open_plugin(post_class_t *class_gen, int inputs,
- xine_audio_port_t **audio_target,
- xine_video_port_t **video_target);
+ xine_audio_port_t **audio_target,
+ xine_video_port_t **video_target);
/*
* plugin util prototypes
@@ -54,7 +54,7 @@ static void draw_internal(vo_frame_t *frame, vo_frame_t *new_frame);
static void *init_plugin(xine_t *xine, void *data)
{
post_class_t *class = calloc(1, sizeof(post_class_t));
-
+
if (!class)
return NULL;