changeset 2221:1d75c38e1e5c

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Aug 2007 20:46:24 +0000
parents 4d2d0548f5b2
children 926294b2bb4e
files src/video/x11/SDL_x11gamma.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11gamma.c	Sat Aug 11 18:51:12 2007 +0000
+++ b/src/video/x11/SDL_x11gamma.c	Sat Aug 11 20:46:24 2007 +0000
@@ -78,7 +78,8 @@
 
     /* increase the table by one entry. If the table is NULL create the
        first entrty */
-    cmapTable = SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
+    cmapTable =
+        SDL_realloc(cmapTable, (numCmaps + 1) * sizeof(cmapTableEntry));
     if (NULL == cmapTable) {
         SDL_SetError("Out of memory in X11_TrackColormap()");
         return;