mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Renaming cleanup, no pgindent yet.
This commit is contained in:
@@ -116,5 +116,5 @@ register int base;
|
||||
acc = -acc;
|
||||
if (endptr != 0)
|
||||
*endptr = (char *) (any ? s - 1 : nptr);
|
||||
return (acc);
|
||||
return acc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user