diff options
| author | HampusM <hampus@hampusmat.com> | 2022-05-31 11:39:04 +0200 | 
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2022-05-31 11:39:04 +0200 | 
| commit | e4b7b5ba2e1371b142167e75a3ddcd63a0e00a48 (patch) | |
| tree | df6866e73fdf19962fdd29fd6de5c54ee971db8b /minion/scripts | |
| parent | e75bc5d3fe24979ca59c995a7decbcbf720a20a8 (diff) | |
style(minion): change eol to LF
Diffstat (limited to 'minion/scripts')
| -rw-r--r-- | minion/scripts/override_compiledb_path.py | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/minion/scripts/override_compiledb_path.py b/minion/scripts/override_compiledb_path.py index 38f52e9..3048b3e 100644 --- a/minion/scripts/override_compiledb_path.py +++ b/minion/scripts/override_compiledb_path.py @@ -1,7 +1,7 @@ -import os - -Import("env") - -path = os.path.join("$BUILD_DIR", "compile_commands.json") - -env.Replace(COMPILATIONDB_PATH=path) +import os
 +
 +Import("env")
 +
 +path = os.path.join("$BUILD_DIR", "compile_commands.json")
 +
 +env.Replace(COMPILATIONDB_PATH=path)
  | 
