From 453b2578b5bdb67553dec1c4e8f480c94f1153cd Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 1 Jun 2010 10:10:32 +0200 Subject: tst_qstringref.cpp: Fix licence header and compilation on windows Somehow the emacs macro for style did a too good job --- tests/auto/qstringref/tst_qstringref.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/auto/qstringref/tst_qstringref.cpp b/tests/auto/qstringref/tst_qstringref.cpp index 1980901..2d25efd 100644 --- a/tests/auto/qstringref/tst_qstringref.cpp +++ b/tests/auto/qstringref/tst_qstringref.cpp @@ -1,8 +1,8 @@ /**************************************************************************** ** -** Copyright(C) 2010 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. -** Contact: Nokia Corporation(qt-info@nokia.com) +** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** @@ -39,7 +39,6 @@ ** ****************************************************************************/ - #include #include #include @@ -167,7 +166,7 @@ static inline double nan() return *reinterpret_cast(be_nan_bytes); return *reinterpret_cast(le_nan_bytes); } -# define NAN(::nan()) +# define NAN (::nan()) #endif tst_QStringRef::tst_QStringRef() -- cgit v0.12