aboutsummaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-12 21:04:43 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-12 21:04:43 -0800
commitb27b71608b3ba4715d629c597efd17c124a8cc22 (patch)
tree2fa57476196f91a9fe54780ef0b014cee6e967d7 /json.c
parent88219f49965c61b116da9f022bd04546d414fe17 (diff)
Standardizing to line-comments instead of block comments
Diffstat (limited to 'json.c')
-rw-r--r--json.c12
1 files changed, 6 insertions, 6 deletions
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 <stdio.h>
#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) {