From 6c55334ad9b03006686e2db6c6f6167677a2f510 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:40:17 +0200 Subject: Use a blank line at most --- src/rar-utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/rar-utils.c') diff --git a/src/rar-utils.c b/src/rar-utils.c index 1af3645..3de6eaa 100644 --- a/src/rar-utils.c +++ b/src/rar-utils.c @@ -19,7 +19,6 @@ * along with this program. If not, see . */ - #include #include #include "file-utils.h" @@ -27,14 +26,12 @@ #include "gio-utils.h" #include "rar-utils.h" - typedef enum { FIRST_VOLUME_IS_000, FIRST_VOLUME_IS_001, FIRST_VOLUME_IS_RAR } FirstVolumeExtension; - static char * get_first_volume_name (const char *name, const char *pattern, @@ -90,7 +87,6 @@ get_first_volume_name (const char *name, return volume_name; } - void rar_check_multi_volume (FrCommand *comm) { -- cgit v1.2.1