From c1a200fa1d0210216457c7fdb4e12563438d063f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 11 Aug 2007 20:46:24 +0000 Subject: [PATCH] indent --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402583 --- src/video/x11/SDL_x11gamma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11gamma.c b/src/video/x11/SDL_x11gamma.c index 3a78f90f8..68489dfa4 100644 --- a/src/video/x11/SDL_x11gamma.c +++ b/src/video/x11/SDL_x11gamma.c @@ -78,7 +78,8 @@ X11_TrackColormap(Display * display, int scrNum, Colormap colormap, /* 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;