diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-05-19 15:57:38 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-05-19 16:13:16 +0200 |
commit | 803b4a26ca3fdddbb6e3ce87a23bfbcc8a8669f3 (patch) | |
tree | 173fa82e785dbbaf1af6c04b19ee3a8da9118dad /src/include/common/jsonapi.h | |
parent | 6ff33cdbabdf770ca9d6b417c0687c04b2cd4d36 (diff) |
Remove stray mid-sentence tabs in comments
Diffstat (limited to 'src/include/common/jsonapi.h')
-rw-r--r-- | src/include/common/jsonapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/jsonapi.h b/src/include/common/jsonapi.h index b583f459261..4310084b2bd 100644 --- a/src/include/common/jsonapi.h +++ b/src/include/common/jsonapi.h @@ -126,7 +126,7 @@ typedef struct JsonSemAction /* * pg_parse_json will parse the string in the lex calling the * action functions in sem at the appropriate points. It is - * up to them to keep what state they need in semstate. If they + * up to them to keep what state they need in semstate. If they * need access to the state of the lexer, then its pointer * should be passed to them as a member of whatever semstate * points to. If the action pointers are NULL the parser |