Some include tidying.
[dcpomatic.git] / src / lib / log.cc
index 934664915b0e5d9d4608a2e81276315ba7553544..daef13f77aa1fae64eaf8a7fffced1eae016f6b0 100644 (file)
@@ -151,7 +151,7 @@ FileLog::head_and_tail (int amount) const
        out += string (buffer);
 
        if (tail_amount > 0) {
-               out +=  "\n.\n.\n.\n";
+               out +=  "\n .\n .\n .\n";
 
                fseek (f, - tail_amount - 1, SEEK_END);