summaryrefslogtreecommitdiffstats
path: root/src/s60main/qts60main.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-04 12:47:00 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-04 12:47:00 +0300
commit7ff5fd86376714aa4de5dae7e8ef7576d69b5feb (patch)
tree0221d8e4fbd6083060c8e9e07bab8e8f6ce2a60a /src/s60main/qts60main.cpp
parentfbe7f34f46de3e0732489c0043f89cc5aa535ecb (diff)
Applied Qt coding conventions for s60main
Diffstat (limited to 'src/s60main/qts60main.cpp')
-rw-r--r--src/s60main/qts60main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/s60main/qts60main.cpp b/src/s60main/qts60main.cpp
index d7daf4a716..c228c0d74e 100644
--- a/src/s60main/qts60main.cpp
+++ b/src/s60main/qts60main.cpp
@@ -48,16 +48,16 @@
* factory function to create the QtS60Main application class
*/
LOCAL_C CApaApplication* NewApplication()
- {
- return new CQtS60MainApplication;
- }
+{
+ return new CQtS60MainApplication;
+}
/**
* A normal Symbian OS executable provides an E32Main() function which is
* called by the operating system to start the program.
*/
GLDEF_C TInt E32Main()
- {
- return EikStart::RunApplication( NewApplication );
- }
+{
+ return EikStart::RunApplication(NewApplication);
+}