From cdd4d04f3d2d702064fd9e82952b9b88e69d31f8 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Tue, 18 Dec 2018 00:08:03 +0000 Subject: [PATCH] Styling problem I noticed in prom.c Indent with tabs --- src/prom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prom.c b/src/prom.c index 69fbae7..b82fff2 100644 --- a/src/prom.c +++ b/src/prom.c @@ -219,7 +219,7 @@ prom_labels_to_jsonb_value(PrometheusSample *sample, JsonbParseState **parseStat } else { - char * strip_escape = prom_label_strip_escape(PROM_LABEL_VALUE(label)); + char * strip_escape = prom_label_strip_escape(PROM_LABEL_VALUE(label)); v.type = jbvString; v.val.string.len = strlen(strip_escape); v.val.string.val = strip_escape;