consistentify newlines
This commit is contained in:
parent
0a05a707a0
commit
0eef479304
|
@ -15,4 +15,4 @@ struct FCEU_Guid : public ValueArray<uint8,16>
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -17,5 +17,5 @@ struct ValueArray
|
|||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -478,12 +478,12 @@ unsigned int uintDecFromIstream(std::istream* is)
|
|||
is->unget();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
std::string stditoa(int n)
|
||||
{
|
||||
char tempbuf[16];
|
||||
char tempbuf[16];
|
||||
sprintf(tempbuf, "%d", n);
|
||||
return tempbuf;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue