From f571cf451b12f89f65cd0c2ee8cac42fc883168e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 24 Mar 2022 16:27:51 -0400 Subject: main: Fix comment alignment --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index b40d245..9dc96e4 100644 --- a/main.c +++ b/main.c @@ -47,8 +47,8 @@ * - trie.[ch] (a trie set/map implementation) * - typo.[ch] (fuzzy matching for typos) * - util.[ch] (everything else) - * - xregex.[ch] (regular expression support) - * - xspawn.[ch] (spawns processes) + * - xregex.[ch] (regular expression support) + * - xspawn.[ch] (spawns processes) * - xtime.[ch] (date/time handling utilities) */ -- cgit v1.2.3