This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
I ran a global "make indent" it modified the following files.
- Loading branch information
Showing
with
659 additions
and 501 deletions.
- +2 −2 include/SDL_endian.h
- +2 −2 src/SDL_error.c
- +8 −9 src/audio/dart/SDL_dart.c
- +2 −2 src/audio/windib/SDL_dibaudio.c
- +2 −3 src/audio/windx5/SDL_dx5audio.c
- +4 −4 src/haptic/darwin/SDL_syshaptic.c
- +1 −0 src/haptic/nds/SDL_syshaptic.c
- +6 −6 src/haptic/win32/SDL_syshaptic.c
- +8 −8 src/joystick/linux/SDL_sysjoystick.c
- +344 −181 src/joystick/win32/SDL_dxjoystick.c
- +2 −2 src/loadso/macosx/SDL_dlcompat.c
- +4 −4 src/video/SDL_blit_A.c
- +2 −2 src/video/SDL_blit_N.c
- +2 −2 src/video/SDL_renderer_gl.c
- +3 −3 src/video/SDL_surface.c
- +8 −8 src/video/ataricommon/SDL_atarigl.c
- +2 −2 src/video/bwindow/SDL_sysvideo.cc
- +27 −32 src/video/directfb/SDL_DirectFB_events.c
- +34 −29 src/video/directfb/SDL_DirectFB_modes.c
- +21 −19 src/video/directfb/SDL_DirectFB_mouse.c
- +10 −9 src/video/directfb/SDL_DirectFB_opengl.c
- +69 −60 src/video/directfb/SDL_DirectFB_render.c
- +8 −7 src/video/directfb/SDL_DirectFB_video.c
- +25 −22 src/video/directfb/SDL_DirectFB_window.c
- +2 −2 src/video/ipod/SDL_ipodvideo.c
- +46 −57 src/video/os2fslib/SDL_os2fslib.c
- +6 −9 src/video/photon/SDL_ph_gl.c
- +2 −2 src/video/photon/SDL_phyuv.c
- +2 −2 src/video/win32/SDL_d3drender.c
- +2 −4 src/video/win32/SDL_win32video.c
- +0 −1 src/video/x11/SDL_x11events.c
- +2 −2 src/video/x11/SDL_x11opengl.c
- +1 −4 src/video/x11/SDL_x11video.c
Oops, something went wrong.