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