From 9b7bd9c6447fc443f4e2150d3eefb34201a87004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 20 Jul 2021 11:27:38 +0200 Subject: Fix formatting --- fref.lex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fref.lex b/fref.lex index d9288a7..89f26a6 100644 --- a/fref.lex +++ b/fref.lex @@ -57,8 +57,8 @@ int lines = 0; /* Total number of lines. */ /* - e is a struct holding all fields of the current entry. - It is zeroed before each call to entry(). + * e is a struct holding all fields of the current entry. + * It is zeroed before each call to entry(). */ struct entry { #define DO(s,n,m) char n[MAX]; -- cgit v1.2.3