From b27b71608b3ba4715d629c597efd17c124a8cc22 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 21:04:43 -0800 Subject: Standardizing to line-comments instead of block comments --- json.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'json.c') diff --git a/json.c b/json.c index 88a5828..f7e34fe 100644 --- a/json.c +++ b/json.c @@ -1,14 +1,14 @@ -/* - * json.c - Code for printing JSON output of matches. - */ +// +// json.c - Code for printing JSON output of matches. +// #include #include "types.h" -/* - * Print a match as JSON - */ +// +// Print a match as JSON +// static int _json_match(const char *text, match_t *m, int comma, int verbose) { if (!verbose) { -- cgit v1.2.3