[vlc-commits] Bluray: reindent headers

Jean-Baptiste Kempf git at videolan.org
Fri Dec 27 11:20:54 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 27 11:20:29 2013 +0100| [b85892f9aa2636d2fb8979c679824ec7e61662c4] | committer: Jean-Baptiste Kempf

Bluray: reindent headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b85892f9aa2636d2fb8979c679824ec7e61662c4
---

 modules/access/bluray.c |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/modules/access/bluray.c b/modules/access/bluray.c
index 38aea94..71278ee 100644
--- a/modules/access/bluray.c
+++ b/modules/access/bluray.c
@@ -27,16 +27,17 @@
 
 #include <assert.h>
 #include <limits.h>                         /* PATH_MAX */
+
 #if defined (HAVE_MNTENT_H) && defined(HAVE_SYS_STAT_H)
-#include <mntent.h>
-#include <sys/stat.h>
+# include <mntent.h>
+# include <sys/stat.h>
 #endif
 
 #ifdef __APPLE__
-#include <sys/stat.h>
-#include <sys/param.h>
-#include <sys/ucred.h>
-#include <sys/mount.h>
+# include <sys/stat.h>
+# include <sys/param.h>
+# include <sys/ucred.h>
+# include <sys/mount.h>
 #endif
 
 #include <vlc_common.h>



More information about the vlc-commits mailing list