mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Use preprocessor conditions compatible with Emacs indent.
Emacs wrongly indented hundreds of subsequent lines.
This commit is contained in:
@@ -2371,7 +2371,11 @@ processCancelRequest(Port *port, void *pkt)
|
||||
backendPID)));
|
||||
return;
|
||||
}
|
||||
#ifndef EXEC_BACKEND /* make GNU Emacs 26.1 see brace balance */
|
||||
}
|
||||
#else
|
||||
}
|
||||
#endif
|
||||
|
||||
/* No matching backend */
|
||||
ereport(LOG,
|
||||
|
||||
Reference in New Issue
Block a user