mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Whitespace cleanup.
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
This commit is contained in:
@@ -32,7 +32,7 @@ OGRERR_NONE = 0
|
||||
|
||||
def check_err(code):
|
||||
"Checks the given OGRERR, and raises an exception where appropriate."
|
||||
|
||||
|
||||
if code == OGRERR_NONE:
|
||||
return
|
||||
elif code in OGRERR_DICT:
|
||||
|
||||
Reference in New Issue
Block a user