From: Thiago Macieira Date: Fri, 30 Dec 2005 23:49:59 +0000 (+0000) Subject: Removing stray tab from before #. X-Git-Tag: v3.5.1~1 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a3a798f65eea527330f38d2711e6a581d28705e0;p=libqmvoc.git Removing stray tab from before #. 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 --- diff --git a/extdate/extdatetime.h b/extdate/extdatetime.h index bdc4c11..6a9c671 100644 --- a/extdate/extdatetime.h +++ b/extdate/extdatetime.h @@ -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 & );