Re-ran indent on all .c & .h source code files
Like so --
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
This commit is contained in:
parent
09f332367f
commit
cc05925d9e
99 changed files with 31659 additions and 27102 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* android_print.h */
|
||||
|
||||
/* printing support for Tux Paint */
|
||||
|
||||
/* android_print.h */
|
||||
|
||||
/* printing support for Tux Paint */
|
||||
|
||||
/*
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -17,15 +17,15 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
*/
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#ifndef __ANDROID_PRINT_H__
|
||||
#define __ANDROID_PRINT_H__
|
||||
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
extern const char *SurfacePrint(SDL_Surface *surface);
|
||||
extern const char *SurfacePrint(SDL_Surface * surface);
|
||||
extern int IsPrinterAvailable(void);
|
||||
|
||||
#endif /* __ANDROID_PRINT__ */
|
||||
|
||||
#endif /* __ANDROID_PRINT__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue