aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/stringutils.c')
-rw-r--r--src/bin/psql/stringutils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c
index b4f5be926bf..8473fd13944 100644
--- a/src/bin/psql/stringutils.c
+++ b/src/bin/psql/stringutils.c
@@ -2,12 +2,11 @@
#include <c.h>
#include "stringutils.h"
-//
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-//
+
#include <stdio.h>
#include <postgres.h>