Mercurial > sdl-ios-xcode
diff src/video/fbcon/SDL_fbvideo.c @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | 87256df87837 |
children | e27bdcc80744 204be4fc2726 |
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbvideo.c Thu Jun 14 06:32:36 2007 +0000 +++ b/src/video/fbcon/SDL_fbvideo.c Thu Jun 14 13:21:29 2007 +0000 @@ -181,7 +181,8 @@ struct fb_var_screeninfo *vinfo); static void FB_RestorePalette(_THIS); -static int SDL_getpagesize(void) +static int +SDL_getpagesize(void) { #ifdef HAVE_GETPAGESIZE return getpagesize(); @@ -189,7 +190,8 @@ return PAGE_SIZE; #else #error Can not determine system page size. - return 4096; /* this is what it USED to be in Linux... */ + /* this is what it USED to be in Linux... */ + return 4096; #endif }