summaryrefslogtreecommitdiff
path: root/src/tools/texteditor
diff options
context:
space:
mode:
authorhjk <qtc-commiter@nokia.com>2008-12-02 16:19:05 +0100
committerhjk <qtc-commiter@nokia.com>2008-12-02 16:19:05 +0100
commitcf11b696431d26920f54598c8f03f0a5cf822ffa (patch)
tree9387102d435481132b721fde8ca062c5b8a4f73f /src/tools/texteditor
parent10e963fb6134b3974901707daa99f5a94d696bed (diff)
downloadqt-creator-cf11b696431d26920f54598c8f03f0a5cf822ffa.tar.gz
more code cosmetics
Diffstat (limited to 'src/tools/texteditor')
-rw-r--r--src/tools/texteditor/main.cpp1
-rw-r--r--src/tools/texteditor/mainwindow.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/texteditor/main.cpp b/src/tools/texteditor/main.cpp
index 93cddaabf8..219abf1296 100644
--- a/src/tools/texteditor/main.cpp
+++ b/src/tools/texteditor/main.cpp
@@ -43,4 +43,3 @@ int main(int argc, char *argv[])
mw.loadFiles(args);
return app.exec();
}
-
diff --git a/src/tools/texteditor/mainwindow.h b/src/tools/texteditor/mainwindow.h
index 23811d7a45..007421cd3d 100644
--- a/src/tools/texteditor/mainwindow.h
+++ b/src/tools/texteditor/mainwindow.h
@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef TEXTEDITOR_MAINWINDOW_H
#define TEXTEDITOR_MAINWINDOW_H