sources/format.cpp

changeset 60
268721e6be20
parent 5
146825d63b9a
child 73
07dda51a7a8e
--- a/sources/format.cpp	Tue Dec 16 03:27:54 2014 +0200
+++ b/sources/format.cpp	Tue Dec 16 03:30:15 2014 +0200
@@ -32,6 +32,7 @@
 #include "format.h"
 
 // -------------------------------------------------------------------------------------------------
+//
 // Throws an error while formatting the string
 //
 static auto format_error (String fmtstr, const String errdescribe, int pos) -> void
@@ -48,6 +49,7 @@
 }
 
 // -------------------------------------------------------------------------------------------------
+//
 // Main formatter algorithm.
 //
 auto format_args (const String& fmtstr, const Vector<String>& args) -> String

mercurial