[MPlayer-cvslog] r28016 - trunk/libvo/vo_fbdev.c

diego subversion at mplayerhq.hu
Mon Nov 24 09:41:44 CET 2008


Author: diego
Date: Mon Nov 24 09:41:44 2008
New Revision: 28016

Log:
cosmetics: indentation


Modified:
   trunk/libvo/vo_fbdev.c

Modified: trunk/libvo/vo_fbdev.c
==============================================================================
--- trunk/libvo/vo_fbdev.c	(original)
+++ trunk/libvo/vo_fbdev.c	Mon Nov 24 09:41:44 2008
@@ -937,8 +937,8 @@ static int config(uint32_t width, uint32
         frame_buffer = (uint8_t *) mmap(0, fb_size, PROT_READ | PROT_WRITE,
                                         MAP_SHARED, fb_dev_fd, 0);
         if (frame_buffer == (uint8_t *) -1) {
-        mp_msg(MSGT_VO, MSGL_ERR, "Can't mmap %s: %s\n", fb_dev_name, strerror(errno));
-        return 1;
+            mp_msg(MSGT_VO, MSGL_ERR, "Can't mmap %s: %s\n", fb_dev_name, strerror(errno));
+            return 1;
         }
 
         center = frame_buffer +



More information about the MPlayer-cvslog mailing list