stupid indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402404
This commit is contained in:
parent
0247379cf4
commit
957d8bf377
4 changed files with 20 additions and 17 deletions
|
@ -66,6 +66,7 @@ static struct
|
||||||
const char *name;
|
const char *name;
|
||||||
void **func;
|
void **func;
|
||||||
} arts_functions[] = {
|
} arts_functions[] = {
|
||||||
|
/* *INDENT-OFF* */
|
||||||
SDL_ARTS_SYM(arts_init),
|
SDL_ARTS_SYM(arts_init),
|
||||||
SDL_ARTS_SYM(arts_free),
|
SDL_ARTS_SYM(arts_free),
|
||||||
SDL_ARTS_SYM(arts_play_stream),
|
SDL_ARTS_SYM(arts_play_stream),
|
||||||
|
@ -75,7 +76,9 @@ SDL_ARTS_SYM(arts_init),
|
||||||
SDL_ARTS_SYM(arts_close_stream),
|
SDL_ARTS_SYM(arts_close_stream),
|
||||||
SDL_ARTS_SYM(arts_suspended),
|
SDL_ARTS_SYM(arts_suspended),
|
||||||
SDL_ARTS_SYM(arts_error_text),
|
SDL_ARTS_SYM(arts_error_text),
|
||||||
|
/* *INDENT-ON* */
|
||||||
};
|
};
|
||||||
|
|
||||||
#undef SDL_ARTS_SYM
|
#undef SDL_ARTS_SYM
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue