summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-03-10 21:19:42 +0000
committercookedm <cookedm@localhost>2006-03-10 21:19:42 +0000
commitf2db317c1fad63f1c85944ba8443b465e32774dc (patch)
treed78a7b19f1594f34c86adbdb08389b30a5c95d4d /numpy/core/_internal.py
parent3493d8b3cee54037e893fde83f3113a66b0ec7e8 (diff)
downloadnumpy-f2db317c1fad63f1c85944ba8443b465e32774dc.tar.gz
Run tabnanny over the code, and replace uses of tab for indentation with spaces
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py
index 1c738a110..0326109c7 100644
--- a/numpy/core/_internal.py
+++ b/numpy/core/_internal.py
@@ -50,8 +50,8 @@ class flagsobj(dict):
if (key == 'FNC'):
return (self._flagnum & _fnum == _fnum) and not \
(self._flagnum & _cnum == _cnum)
- if (key == 'FORC'):
- return (self._flagnum & _fnum == _fnum) or \
+ if (key == 'FORC'):
+ return (self._flagnum & _fnum == _fnum) or \
(self._flagnum & _cnum == _cnum)
if (key == 'BEHAVED'):
num = _anum + _wnum