diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-03 21:21:57 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-09-05 13:10:04 -0600 |
commit | 6dff0c2f22b58b1d5d397fd8c4ab768a30d10499 (patch) | |
tree | 342b66605a21714f146f64d169d353db048f99d3 /numpy/array_api/tests/test_creation_functions.py | |
parent | 4af05ea0c88be6120190a70f00094ed764421015 (diff) | |
download | numpy-6dff0c2f22b58b1d5d397fd8c4ab768a30d10499.tar.gz |
MAINT: Standardize header guards,
This standardizes the header guards in numpy/core/include/numpy.
The standard here is `<path>_<name>_H_` For instance, the file
file: numpy/core/include/numpy/arrayobject.h
guard: NUMPY_CORE_INCLUDE_NUMPY_ARRAYOBJECT_H_
Macro names can be up to 255 characters, so length is not a problem.
This convention comes from the Google code style and keeps files with
the same name but different locations from stepping on each other.
Diffstat (limited to 'numpy/array_api/tests/test_creation_functions.py')
0 files changed, 0 insertions, 0 deletions