Whitespace fix.

This commit is contained in:
JoelKatz
2012-05-31 18:29:12 -07:00
parent 79a179a0f2
commit 63537f4753

View File

@@ -30,7 +30,7 @@ protected:
public:
Log(LogSeverity s) : mSeverity(s)
{ ; }
{ ; }
~Log();