Formatting

svn-id: r42746
This commit is contained in:
Eugene Sandulenko 2009-07-25 10:37:20 +00:00
parent e408870260
commit a69b4d60fc

View File

@ -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());