diff options
| author | Peter Eisentraut | 2023-05-19 13:57:38 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2023-05-19 14:13:16 +0000 |
| commit | 803b4a26ca3fdddbb6e3ce87a23bfbcc8a8669f3 (patch) | |
| tree | 173fa82e785dbbaf1af6c04b19ee3a8da9118dad /src/include | |
| parent | 6ff33cdbabdf770ca9d6b417c0687c04b2cd4d36 (diff) | |
Remove stray mid-sentence tabs in comments
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/common/jsonapi.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32_port.h | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h index 58965e0dfd7..b957d5c5981 100644 --- a/src/include/port/win32_port.h +++ b/src/include/port/win32_port.h @@ -147,7 +147,7 @@ * https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 * * The comprehensive exception list is included in ntstatus.h from the - * Windows Driver Kit (WDK). A subset of the list is also included in + * Windows Driver Kit (WDK). A subset of the list is also included in * winnt.h from the Windows SDK. Defining WIN32_NO_STATUS before including * windows.h helps to avoid any conflicts. * |
