aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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());