From f09b93c62ac37e6d752085f028e888c973c7a35b Mon Sep 17 00:00:00 2001 From: alvinwong Date: Tue, 18 Mar 2014 05:26:44 +0000 Subject: [PATCH] Set eol style on Qt frontend files --- .../qt/project/core/defaultconfig/svnrev.h | 14 +++---- .../core/defaultconfig/svnrev_template.h | 14 +++---- desmume/src/qt/project/core/svnrev.cmd | 38 +++++++++---------- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/desmume/src/qt/project/core/defaultconfig/svnrev.h b/desmume/src/qt/project/core/defaultconfig/svnrev.h index 4443f66c8..bc1327487 100644 --- a/desmume/src/qt/project/core/defaultconfig/svnrev.h +++ b/desmume/src/qt/project/core/defaultconfig/svnrev.h @@ -1,7 +1,7 @@ -// REVISION TRACKING -// userconfig/svnrev.h should be auto-generated and used, -// but this one is here just to prevent build errors. - -#define SVN_REV 0 -#define SVN_REV_STR "0" - +// REVISION TRACKING +// userconfig/svnrev.h should be auto-generated and used, +// but this one is here just to prevent build errors. + +#define SVN_REV 0 +#define SVN_REV_STR "0" + diff --git a/desmume/src/qt/project/core/defaultconfig/svnrev_template.h b/desmume/src/qt/project/core/defaultconfig/svnrev_template.h index 3127cbc0e..0255fe52a 100644 --- a/desmume/src/qt/project/core/defaultconfig/svnrev_template.h +++ b/desmume/src/qt/project/core/defaultconfig/svnrev_template.h @@ -1,7 +1,7 @@ -// REVISION TRACKING -// This file is auto-generated. -// Do not commit this file to the code repository! - -#define SVN_REV $WCREV$ -#define SVN_REV_STR "$WCREV$" - +// REVISION TRACKING +// This file is auto-generated. +// Do not commit this file to the code repository! + +#define SVN_REV $WCREV$ +#define SVN_REV_STR "$WCREV$" + diff --git a/desmume/src/qt/project/core/svnrev.cmd b/desmume/src/qt/project/core/svnrev.cmd index 44c199631..3ec7ec3ef 100644 --- a/desmume/src/qt/project/core/svnrev.cmd +++ b/desmume/src/qt/project/core/svnrev.cmd @@ -1,19 +1,19 @@ -@echo off -rem Copyright (C) 2013-2014 DeSmuME team -rem -rem This file is free software: you can redistribute it and/or modify -rem it under the terms of the GNU General Public License as published by -rem the Free Software Foundation, either version 2 of the License, or -rem (at your option) any later version. -rem -rem This file is distributed in the hope that it will be useful -rem but WITHOUT ANY WARRANTY; without even the implied warranty of -rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -rem GNU General Public License for more details. -rem -rem You should have received a copy of the GNU General Public License -rem along with the this software. If not, see . - -echo Generating svnrev.h... -..\..\..\windows\defaultconfig\SubWCRev.exe ..\..\..\.. ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h" -exit 0 +@echo off +rem Copyright (C) 2013-2014 DeSmuME team +rem +rem This file is free software: you can redistribute it and/or modify +rem it under the terms of the GNU General Public License as published by +rem the Free Software Foundation, either version 2 of the License, or +rem (at your option) any later version. +rem +rem This file is distributed in the hope that it will be useful +rem but WITHOUT ANY WARRANTY; without even the implied warranty of +rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +rem GNU General Public License for more details. +rem +rem You should have received a copy of the GNU General Public License +rem along with the this software. If not, see . + +echo Generating svnrev.h... +..\..\..\windows\defaultconfig\SubWCRev.exe ..\..\..\.. ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h" +exit 0