[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:
parent
ae04d23d86
commit
5158883a86
|
@ -27,7 +27,8 @@
|
|||
#ifndef _NRINTERNATIONAL_
|
||||
#define _NRINTERNATIONAL_
|
||||
|
||||
typedef struct LANGINFO_DEF {
|
||||
typedef struct LANGINFO_DEF
|
||||
{
|
||||
int Count;
|
||||
LANGID LangID;
|
||||
} LANGINFO;
|
||||
|
|
Loading…
Reference in New Issue