mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Formatting
svn-id: r42746
This commit is contained in:
parent
e408870260
commit
a69b4d60fc
@ -438,8 +438,7 @@ uint String::hash() const {
|
||||
}
|
||||
|
||||
// static
|
||||
String String::printf(const char *fmt, ...)
|
||||
{
|
||||
String String::printf(const char *fmt, ...) {
|
||||
String output;
|
||||
assert(output.isStorageIntern());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user