From 4ac521354dfa575c31ecb732a0f8c1e18827c21e Mon Sep 17 00:00:00 2001 From: David Schulz Date: Fri, 23 Nov 2012 14:27:50 +0100 Subject: QtBase: example code style Change-Id: I0685f7e2c7c698a4bf288b8b1ae909167932a3fb Reviewed-by: hjk --- examples/dbus/dbus-chat/chat.cpp | 6 +++--- examples/dbus/dbus-chat/chat.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/dbus') diff --git a/examples/dbus/dbus-chat/chat.cpp b/examples/dbus/dbus-chat/chat.cpp index 496e1d7705..febb1da90c 100644 --- a/examples/dbus/dbus-chat/chat.cpp +++ b/examples/dbus/dbus-chat/chat.cpp @@ -38,10 +38,10 @@ ** ****************************************************************************/ -#include "chat.h" -#include -#include +#include +#include +#include "chat.h" #include "chat_adaptor.h" #include "chat_interface.h" diff --git a/examples/dbus/dbus-chat/chat.h b/examples/dbus/dbus-chat/chat.h index 8f7cdfabd2..fd73d6d227 100644 --- a/examples/dbus/dbus-chat/chat.h +++ b/examples/dbus/dbus-chat/chat.h @@ -41,8 +41,8 @@ #ifndef CHAT_H #define CHAT_H -#include -#include +#include + #include "ui_chatmainwindow.h" #include "ui_chatsetnickname.h" @@ -78,4 +78,4 @@ public: NicknameDialog(QWidget *parent = 0); }; -#endif +#endif // CHAT_H -- cgit v1.2.3