]> Git trees. - libqmvoc.git/commitdiff
Removing stray tab from before #.
authorThiago Macieira <thiago@kde.org>
Fri, 30 Dec 2005 23:49:59 +0000 (23:49 +0000)
committerThiago Macieira <thiago@kde.org>
Fri, 30 Dec 2005 23:49:59 +0000 (23:49 +0000)
I'm not sure preprocessor directives are allowed to start beyond the first
column.

BUG:119275

svn path=/branches/KDE/3.5/kdeedu/libkdeedu/; revision=492751

extdate/extdatetime.h

index bdc4c11b365fd60aa740514a1701de30a84468df..6a9c671b96f30363062a7818fe8ee6b92d8773ec 100644 (file)
@@ -113,7 +113,7 @@ private:
 
        friend class ExtDateTime;
 
-       #ifndef QT_NO_DATASTREAM
+#ifndef QT_NO_DATASTREAM
        friend Q_EXPORT QDataStream &operator<<( QDataStream &, const ExtDate & );
        friend Q_EXPORT QDataStream &operator>>( QDataStream &, ExtDate & );
        friend Q_EXPORT QDataStream &operator<<( QDataStream &, const ExtDateTime & );