Ran indent on .h files
See https://sourceforge.net/p/tuxpaint/mailman/message/36077409/ from Oct. 2017 for more.
This commit is contained in:
parent
e996746351
commit
f62c9c7a2c
5 changed files with 24 additions and 27 deletions
|
|
@ -32,11 +32,11 @@
|
|||
extern "C"
|
||||
{
|
||||
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
extern int SurfacePrint(SDL_Surface * surf);
|
||||
extern int IsPrinterAvailable();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __BEOS_PRINT__ */
|
||||
#endif /* __BEOS_PRINT__ */
|
||||
|
|
|
|||
|
|
@ -43,4 +43,3 @@
|
|||
#else
|
||||
#define DEBUG_PRINTF(...)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef __MACOS_H__
|
||||
#define __MACOS_H__
|
||||
|
||||
const char* macos_fontsPath();
|
||||
const char* macos_preferencesPath();
|
||||
const char* macos_globalPreferencesPath();
|
||||
const char *macos_fontsPath();
|
||||
const char *macos_preferencesPath();
|
||||
const char *macos_globalPreferencesPath();
|
||||
|
||||
|
||||
#endif /* __MACOS_H__ */
|
||||
|
|
|
|||
|
|
@ -37,4 +37,4 @@ int DisplayPageSetup(const SDL_Surface * surface);
|
|||
}
|
||||
|
||||
-@end
|
||||
#endif /* OBJECTIVEC */
|
||||
#endif /* OBJECTIVEC */
|
||||
|
|
|
|||
|
|
@ -72,5 +72,3 @@ typedef int (*selectCB) (const struct dirent *);
|
|||
typedef int (*comparCB) (const void *, const void *);
|
||||
extern int alphasort(const void *a, const void *b);
|
||||
extern int scandir(const char *dir, struct dirent ***namelist, selectCB select, comparCB compar);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue