# HG changeset patch # User Sam Lantinga # Date 1186865184 0 # Node ID 1d75c38e1e5ca1f3e5d4fee7e2c54e3c19ba1e68 # Parent 4d2d0548f5b254b49eb703cfac43a4eb63327206 indent diff -r 4d2d0548f5b2 -r 1d75c38e1e5c src/video/x11/SDL_x11gamma.c --- 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;