mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Renaming cleanup, no pgindent yet.
This commit is contained in:
@ -200,7 +200,7 @@ size_t errbuf_size;
|
||||
}
|
||||
}
|
||||
|
||||
return (len);
|
||||
return len;
|
||||
}
|
||||
|
||||
/*
|
||||
@ -222,8 +222,8 @@ char *localbuf;
|
||||
#endif
|
||||
break;
|
||||
if (r->code == 0)
|
||||
return ("0");
|
||||
return "0";
|
||||
|
||||
sprintf(localbuf, "%d", r->code);
|
||||
return (localbuf);
|
||||
return localbuf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user