diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 17:53:54 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 17:53:54 (GMT) |
commit | 80f761359e090ef3128fedc1ef6727102dcda806 (patch) | |
tree | 43a420ab2868c860a2b49ff7e51388e3cb7649bb | |
parent | 92189500ce1b8481e12c7815dd9ee24970689180 (diff) | |
download | mxe-80f761359e090ef3128fedc1ef6727102dcda806.zip mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.gz mxe-80f761359e090ef3128fedc1ef6727102dcda806.tar.bz2 |
improved coding style
-rw-r--r-- | src/qt-test.cpp | 2 | ||||
-rw-r--r-- | src/qt-test.ui | 2 | ||||
-rw-r--r-- | src/sdl-test.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/qt-test.cpp b/src/qt-test.cpp index 9d5a39f..93dae04 100644 --- a/src/qt-test.cpp +++ b/src/qt-test.cpp @@ -1,4 +1,4 @@ -/* This file is part of mingw-cross-env. */ +/* This file is part of mingw-cross-env. */ /* See doc/index.html for further information. */ #include <QtGui/QApplication> diff --git a/src/qt-test.ui b/src/qt-test.ui index 51fafbc..b185db9 100644 --- a/src/qt-test.ui +++ b/src/qt-test.ui @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- This file is part of mingw-cross-env. --> +<!-- This file is part of mingw-cross-env. --> <!-- See doc/index.html for further information. --> <ui version="4.0"> diff --git a/src/sdl-test.c b/src/sdl-test.c index fc83c57..89a3ea0 100644 --- a/src/sdl-test.c +++ b/src/sdl-test.c @@ -1,4 +1,4 @@ -/* This file is part of mingw-cross-env. */ +/* This file is part of mingw-cross-env. */ /* See doc/index.html for further information. */ #include <SDL.h> |