From 64be034b0bf7f2d32a8394d9c12dc26b9f8f65df Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jan 2008 12:57:26 +0000 Subject: cosmetics: Whitespace changes, add comments to some #endif directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25623 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.h | 2 +- libvo/video_out.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libvo') diff --git a/libvo/sub.h b/libvo/sub.h index 0ca3b5a46b..ef66bb1944 100644 --- a/libvo/sub.h +++ b/libvo/sub.h @@ -138,6 +138,6 @@ unsigned utf8_get_char(const char **str); 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 */ diff --git a/libvo/video_out.h b/libvo/video_out.h index db9a84c495..958689fc08 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -239,7 +239,7 @@ extern int vo_colorkey; 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_hfreq_str; extern char *monitor_vfreq_str; extern char *monitor_dotclock_str; -#endif +#endif /* defined(HAVE_FBDEV) || defined(HAVE_VESA) */ #endif /* VIDEO_OUT_H */ -- cgit v1.2.3