diff vidix/vidix.c @ 27087:42726ce8f60a

cosmetic: be consistent
author ben
date Fri, 20 Jun 2008 20:38:15 +0000
parents e4497d289c3c
children 0f1b5b68af32
line wrap: on
line diff
--- a/vidix/vidix.c	Fri Jun 20 20:36:05 2008 +0000
+++ b/vidix/vidix.c	Fri Jun 20 20:38:15 2008 +0000
@@ -116,7 +116,7 @@
   return fourcc;
 }
 
-int vdlQueryFourcc(VDXContext *ctx, vidix_fourcc_t *f)
+int vdlQueryFourcc (VDXContext *ctx, vidix_fourcc_t *f)
 {
   f->fourcc = normalize_fourcc(f->fourcc);
   return ctx->drv->query_fourcc (f);