mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-25 06:19:02 -06:00
Remove BOMs
Fix coding style and script
This commit is contained in:
@@ -39,4 +39,4 @@ Model stringToModel(const std::string s) {
|
||||
}
|
||||
|
||||
} // namespace fls
|
||||
} // namespace openspace
|
||||
} // namespace openspace
|
||||
|
||||
@@ -45,4 +45,4 @@ bool convertCdfToFieldlinesState(FieldlinesState& state, const std::string cdfPa
|
||||
} // namespace fls
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_MODULE_FIELDLINESSEQUENCE___KAMELEONFIELDLINEHELPER___H__
|
||||
#endif // __OPENSPACE_MODULE_FIELDLINESSEQUENCE___KAMELEONFIELDLINEHELPER___H__
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*****************************************************************************************
|
||||
/*****************************************************************************************
|
||||
* *
|
||||
* OpenSpace *
|
||||
* *
|
||||
|
||||
@@ -310,7 +310,7 @@ def check_line_length(lines):
|
||||
|
||||
previousSymbols = {}
|
||||
def check_header_file(file, component):
|
||||
with open(file, 'r+') as f:
|
||||
with open(file, 'r+', encoding="utf8") as f:
|
||||
lines = f.readlines()
|
||||
|
||||
correctness = check_correctness(lines)
|
||||
|
||||
Reference in New Issue
Block a user