Re-ran indent on .c files
Also, added a few places where indent is disabled (via `/* *INDENT-OFF* */`). See https://sourceforge.net/p/tuxpaint/mailman/message/36077409/ from Oct. 2017.
This commit is contained in:
parent
99b566ae26
commit
4e3a9fbc8c
7 changed files with 184 additions and 148 deletions
|
|
@ -979,7 +979,9 @@ static void mysetenv(const char *name, const char *value)
|
|||
* @param loc Locale
|
||||
* @return The Y-nudge value for font rendering in the language.
|
||||
*/
|
||||
/* *INDENT-OFF* */
|
||||
static int set_current_language(const char *restrict locale_choice) MUST_CHECK;
|
||||
/* *INDENT-ON* */
|
||||
|
||||
static int set_current_language(const char *restrict loc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue