diff options
| author | Torne Wuff <torne@wolfpuppy.org.uk> | 2011-11-06 22:44:25 +0000 |
|---|---|---|
| committer | Torne Wuff <torne@wolfpuppy.org.uk> | 2011-11-06 22:44:25 +0000 |
| commit | 569285794b9112f0134ddad4bb886308ea4a7be6 (patch) | |
| tree | ce702cb07829820261a682c471133c76d11c610e /utils/themeeditor/qtfindreplacedialog/findreplace_global.h | |
| parent | d9b7d58fa6c9ceb136bea429adf6746cc7138208 (diff) | |
| download | rockbox-569285794b9112f0134ddad4bb886308ea4a7be6.zip rockbox-569285794b9112f0134ddad4bb886308ea4a7be6.tar.gz rockbox-569285794b9112f0134ddad4bb886308ea4a7be6.tar.bz2 rockbox-569285794b9112f0134ddad4bb886308ea4a7be6.tar.xz | |
Bulk convert all DOS line endings to UNIX.
For the git migration we want a nice clean repository with UNIX line
endings. git does not use svn:eol-style, we just need the file contents to be
sane.
Sorry everybody. I know this messes up blame.
Scumbag *NIX developer says migrating to git will make line ending issues go
away; commits giant change to svn which changes line endings anyway. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30924 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog/findreplace_global.h')
| -rw-r--r-- | utils/themeeditor/qtfindreplacedialog/findreplace_global.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h index be71bff..8b4b2a8 100644 --- a/utils/themeeditor/qtfindreplacedialog/findreplace_global.h +++ b/utils/themeeditor/qtfindreplacedialog/findreplace_global.h @@ -1,21 +1,21 @@ -/*
- * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it>
- * See COPYING file that comes with this distribution
- */
-
-#ifndef FINDREPLACE_GLOBAL_H
-#define FINDREPLACE_GLOBAL_H
-
-#include <QtCore/qglobal.h>
-
-#ifndef FINDREPLACE_NOLIB
-#if defined(FINDREPLACE_LIBRARY)
-# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT
-#else
-# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT
-#endif
-#else
-#define FINDREPLACESHARED_EXPORT
-#endif
-
-#endif // FINDREPLACE_GLOBAL_H
+/* + * Copyright (C) 2009 Lorenzo Bettini <http://www.lorenzobettini.it> + * See COPYING file that comes with this distribution + */ + +#ifndef FINDREPLACE_GLOBAL_H +#define FINDREPLACE_GLOBAL_H + +#include <QtCore/qglobal.h> + +#ifndef FINDREPLACE_NOLIB +#if defined(FINDREPLACE_LIBRARY) +# define FINDREPLACESHARED_EXPORT Q_DECL_EXPORT +#else +# define FINDREPLACESHARED_EXPORT Q_DECL_IMPORT +#endif +#else +#define FINDREPLACESHARED_EXPORT +#endif + +#endif // FINDREPLACE_GLOBAL_H |