Astyle formatting.

This commit is contained in:
Vesa Pikki 2009-03-22 19:38:03 +02:00
parent 856b3cd949
commit 55ad06a7b2
4 changed files with 16 additions and 15 deletions

View File

@ -63,7 +63,8 @@ protected:
ShowTypes SeverityToShowType(const QString &severity); ShowTypes SeverityToShowType(const QString &severity);
QString ShowTypeToString(ShowTypes type); QString ShowTypeToString(ShowTypes type);
typedef struct { typedef struct
{
QString file; QString file;
ShowTypes type; ShowTypes type;
QString message; QString message;