aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/string.h')
-rw-r--r--src/include/common/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common/string.h b/src/include/common/string.h
index f3467f0ee43..77f31337ca4 100644
--- a/src/include/common/string.h
+++ b/src/include/common/string.h
@@ -11,8 +11,8 @@
#define COMMON_STRING_H
extern bool pg_str_endswith(const char *str, const char *end);
-extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
- int base);
+extern int strtoint(const char *pg_restrict str, char **pg_restrict endptr,
+ int base);
extern void pg_clean_ascii(char *str);
#endif /* COMMON_STRING_H */