Fix coding style.

This commit is contained in:
Daiki Ueno
2011-03-03 15:53:51 +09:00
parent 8b7da18641
commit a66256f390
2 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@ handle_method_call (GDBusConnection *connection,
ServerServer *
server_server_new (const gchar *object_path,
GDBusConnection *connection)
GDBusConnection *connection)
{
return g_object_new (SERVER_TYPE_SERVER,
"object-path", object_path,

View File

@ -34,8 +34,8 @@ G_BEGIN_DECLS
typedef struct _ServerServer ServerServer;
ServerServer *server_server_new (const gchar *object_path,
GDBusConnection *connection);
ServerServer *server_server_new (const gchar *object_path,
GDBusConnection *connection);
G_END_DECLS
#endif /* SERVER_SERVER_H */