From 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:34:17 +0200 Subject: Use a blank line at most --- libcaja-private/caja-module.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcaja-private/caja-module.h') diff --git a/libcaja-private/caja-module.h b/libcaja-private/caja-module.h index c02ad17a..6cb9779d 100644 --- a/libcaja-private/caja-module.h +++ b/libcaja-private/caja-module.h @@ -34,7 +34,6 @@ extern "C" { GList *caja_module_get_extensions_for_type (GType type); void caja_module_extension_list_free (GList *list); - /* Add a type to the module interface - allows caja to add its own modules * without putting them in separate shared libraries */ GObject *caja_module_add_type (GType type); -- cgit v1.2.1