diff options
author | monsta <[email protected]> | 2016-08-23 16:02:36 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-23 16:02:36 +0300 |
commit | fafdebc5741aef1b6eb64db0a0447eb0210ee186 (patch) | |
tree | cc8f3ba2885fc12f4bd614865e5a68ab7c5f231b /libcaja-extension/caja-extension-types.c | |
parent | 3b62e6d5d6fe861e8be862b0a20ba32fdf05e701 (diff) | |
download | caja-fafdebc5741aef1b6eb64db0a0447eb0210ee186.tar.bz2 caja-fafdebc5741aef1b6eb64db0a0447eb0210ee186.tar.xz |
libcaja-extension: fix docs generation and fix some indent
docs are still far from perfect, but most build warnings are gone
Diffstat (limited to 'libcaja-extension/caja-extension-types.c')
-rw-r--r-- | libcaja-extension/caja-extension-types.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libcaja-extension/caja-extension-types.c b/libcaja-extension/caja-extension-types.c index adc977ab..af6f692e 100644 --- a/libcaja-extension/caja-extension-types.c +++ b/libcaja-extension/caja-extension-types.c @@ -24,15 +24,12 @@ #include <config.h> #include "caja-extension-types.h" - GType caja_operation_result_get_type (void) { static GType type = 0; - if (type == 0) - { - static const GEnumValue values[] = - { + if (type == 0) { + static const GEnumValue values[] = { { CAJA_OPERATION_COMPLETE, "CAJA_OPERATION_COMPLETE", |