Skip to content

Commit 2e61cee

Browse files
committed
fix codestyle of SEARCH_PATH global definition
1 parent 2d86f0d commit 2e61cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/toolchain/toolchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
# see: https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html
100100
# supported on Linux by: GCC, GFortran, oneAPI C/C++ Compilers, oneAPI Fortran Compiler, LLVM-based
101101
SEARCH_PATH = {
102-
"cpp_headers" : {
102+
"cpp_headers": {
103103
"flags": ["CPPFLAGS"],
104104
"cpath": ["CPATH"],
105105
"include_paths": ["C_INCLUDE_PATH", "CPLUS_INCLUDE_PATH", "OBJC_INCLUDE_PATH"],
106106
},
107-
"linker" : {
107+
"linker": {
108108
"flags": ["LDFLAGS"],
109109
"library_path": ["LIBRARY_PATH"],
110110
},

0 commit comments

Comments
 (0)