[PJ64 NRage] minor consistency change in the headers

I'm not really a fan of using the Allman method of braces for typedef's, struct's or other data, but in this case N-Rage seems to have made up his mind throughout 99% the rest of the source to use Allman through it, except only for this particular file.  So I guess better to be consistent with the rest.
This commit is contained in:
unknown 2015-03-17 17:26:25 -04:00
parent ae04d23d86
commit 5158883a86
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
#ifndef _NRINTERNATIONAL_
#define _NRINTERNATIONAL_
typedef struct LANGINFO_DEF {
typedef struct LANGINFO_DEF
{
int Count;
LANGID LangID;
} LANGINFO;