diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-03-24 16:27:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-03-25 13:56:12 -0400 |
commit | f571cf451b12f89f65cd0c2ee8cac42fc883168e (patch) | |
tree | 75b47ebeecca97368516099a94b05cfa05689273 | |
parent | b5e6b7929d5569f887e682ed81cdaa44aa717082 (diff) | |
download | bfs-f571cf451b12f89f65cd0c2ee8cac42fc883168e.tar.xz |
main: Fix comment alignment
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) */ |