Remove additional spaces from indentation.

Change-Id: I1f76ed4e2eff64dc133a1fd30a8dc5fd5eb4710e
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
This commit is contained in:
Marcel Krems 2013-12-24 15:26:19 +01:00 committed by The Qt Project
parent 6aa2273223
commit b276f4e5e8

View File

@ -97,12 +97,12 @@ private:
QString unused1;
QString unused2;
union {
QSqlErrorPrivate *d;
struct {
ErrorType unused3;
int unused4;
} unused5;
};
QSqlErrorPrivate *d;
struct {
ErrorType unused3;
int unused4;
} unused5;
};
};
#ifndef QT_NO_DEBUG_STREAM