From a3ec3102db6ed36c71c5bdf070e6e57f141350f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 12 Jul 2012 23:12:34 -0500 Subject: Cleanup whitespace --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0008198..d2f12fa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,15 +38,15 @@ int main(int argc, char *argv[]) "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net"); KCmdLineArgs::init( argc, argv, &aboutData ); - + KApplication app; - + TopLevel toplevel; KWin::setSystemTrayWindowFor(toplevel.winId(), 0); toplevel.show(); - + app.setTopWidget(&toplevel); KStartupInfo::appStarted(); - + return app.exec(); } -- cgit v1.2.3