Ran source code through "indent -nbfda -npcs -npsl -bli0".
This commit is contained in:
parent
51355bce43
commit
7716a05281
38 changed files with 10816 additions and 10710 deletions
|
|
@ -18,7 +18,8 @@
|
|||
|
||||
/* What tuxes are available: */
|
||||
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
TUX_DEFAULT,
|
||||
TUX_KISS,
|
||||
TUX_BORED,
|
||||
|
|
@ -31,7 +32,7 @@ enum {
|
|||
|
||||
/* Tux filenames: */
|
||||
|
||||
const char * const tux_img_fnames[NUM_TIP_TUX] = {
|
||||
const char *const tux_img_fnames[NUM_TIP_TUX] = {
|
||||
DATA_PREFIX "images/tux/default.png",
|
||||
DATA_PREFIX "images/tux/kiss.png",
|
||||
DATA_PREFIX "images/tux/bored.png",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue