From e80815db1e14c98ef2987f95ae61d72d80641a21 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Jul 2024 22:38:00 +0200 Subject: Aligned declarations --- FICS/command_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FICS/command_list.h b/FICS/command_list.h index d0df344..cf1f387 100644 --- a/FICS/command_list.h +++ b/FICS/command_list.h @@ -39,8 +39,8 @@ #include "shutdown.h" #include "talkproc.h" -extern command_type command_list[]; -extern alias_type g_alias_list[]; +extern command_type command_list[]; +extern alias_type g_alias_list[]; /* Parameter string format -- cgit v1.2.3