diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:16:33 +0800 |
commit | 61559b0189074419b3f8e34afd8b350bd8cf6657 (patch) | |
tree | 0cc1881241a00b9d4f323d5e2789252d69ea9efb /libempathy/empathy-dispatch-operation.h | |
parent | 0f076f5ce076d6303b9b82ba65e5c2c939a9d5d5 (diff) | |
download | gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar.gz gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar.bz2 gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar.lz gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar.xz gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.tar.zst gsoc2013-empathy-61559b0189074419b3f8e34afd8b350bd8cf6657.zip |
Correct little coding style
svn path=/trunk/; revision=2209
Diffstat (limited to 'libempathy/empathy-dispatch-operation.h')
-rw-r--r-- | libempathy/empathy-dispatch-operation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h index 182fa3790..3597bd0e8 100644 --- a/libempathy/empathy-dispatch-operation.h +++ b/libempathy/empathy-dispatch-operation.h @@ -53,7 +53,7 @@ typedef enum { EMPATHY_DISPATCHER_OPERATION_STATE_INVALIDATED, } EmpathyDispatchOperationState; -GType empathy_dispatch_operation_get_type(void); +GType empathy_dispatch_operation_get_type (void); /* TYPE MACROS */ #define EMPATHY_TYPE_DISPATCH_OPERATION \ |