mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pgindent run.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "deflex.h"
|
||||
|
||||
const char *lex_descr[]={
|
||||
const char *lex_descr[] = {
|
||||
"",
|
||||
"Latin word",
|
||||
"Non-latin word",
|
||||
@ -27,7 +27,7 @@ const char *lex_descr[]={
|
||||
"HTML Entity"
|
||||
};
|
||||
|
||||
const char *tok_alias[]={
|
||||
const char *tok_alias[] = {
|
||||
"",
|
||||
"lword",
|
||||
"nlword",
|
||||
@ -53,4 +53,3 @@ const char *tok_alias[]={
|
||||
"uint",
|
||||
"entity"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user