From fafdebc5741aef1b6eb64db0a0447eb0210ee186 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 23 Aug 2016 16:02:36 +0300 Subject: libcaja-extension: fix docs generation and fix some indent docs are still far from perfect, but most build warnings are gone --- libcaja-extension/caja-extension-types.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libcaja-extension/caja-extension-types.c') 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 #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", -- cgit v1.2.1