changeset 2235:55a8bebf9ba6

indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 12 Aug 2007 18:44:49 +0000
parents cf8c3b0117b3
children 741afd8402cf
files src/video/SDL_surface.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/SDL_surface.c	Sun Aug 12 18:27:44 2007 +0000
+++ b/src/video/SDL_surface.c	Sun Aug 12 18:44:49 2007 +0000
@@ -568,7 +568,7 @@
         dstrect->x * dst->format->BytesPerPixel;
     if (dst->format->palette || (color == 0)) {
         x = dstrect->w * dst->format->BytesPerPixel;
-#ifndef __MACOSX__  /* memset() is optimized on Mac OS X */
+#ifndef __MACOSX__              /* memset() is optimized on Mac OS X */
         if (!color && !((uintptr_t) row & 3) && !(x & 3)
             && !(dst->pitch & 3)) {
             int n = x >> 2;