aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2009-07-25 10:37:20 +0000
committerEugene Sandulenko2009-07-25 10:37:20 +0000
commita69b4d60fc22d4c007d73e19556d84e104f580a6 (patch)
treed2f2cf2fb5a613b03880a3208f185a3b177b9ad2
parente4088702602aadf2db195d76ed19e07f96408c7c (diff)
downloadscummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.tar.gz
scummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.tar.bz2
scummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.zip
Formatting
svn-id: r42746
-rw-r--r--common/str.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/str.cpp b/common/str.cpp
index deef8bb22d..b422a34c3c 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -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());