changeset 25595:88e8649d97e0

cosmetics: Whitespace changes, add comments to some #endif directives.
author diego
date Sun, 06 Jan 2008 12:57:26 +0000
parents 8675513794e0
children 02f913fa8ddd
files libvo/sub.h libvo/video_out.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.h	Sun Jan 06 12:50:13 2008 +0000
+++ b/libvo/sub.h	Sun Jan 06 12:57:26 2008 +0000
@@ -138,6 +138,6 @@
 void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
 #endif
 
-#endif
+#endif /* 0 */
 
 #endif /* MPLAYER_SUB_H */
--- a/libvo/video_out.h	Sun Jan 06 12:50:13 2008 +0000
+++ b/libvo/video_out.h	Sun Jan 06 12:57:26 2008 +0000
@@ -239,7 +239,7 @@
 
 extern int WinID;
 
-#if defined(HAVE_FBDEV)||defined(HAVE_VESA) 
+#if defined(HAVE_FBDEV) || defined(HAVE_VESA)
 
 typedef struct {
         float min;
@@ -253,6 +253,6 @@
 extern char *monitor_vfreq_str;
 extern char *monitor_dotclock_str;
 
-#endif 
+#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */
 
 #endif /* VIDEO_OUT_H */