mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 09:22:13 +00:00
strip UTF-8 BOM from PrintConfig.cpp, Print.cpp, Tab.cpp
The Linux CI build fails at the encoding-check step: "Source file is valid UTF-8 but contains a BOM mark" These three files picked up a UTF-8 BOM (EF BB BF) during Windows-side merges/edits. Removed the BOM (first 3 bytes only); file contents and line endings are otherwise unchanged.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Config.hpp"
|
||||
#include "Config.hpp"
|
||||
#include "Exception.hpp"
|
||||
#include "Print.hpp"
|
||||
#include "BoundingBox.hpp"
|
||||
|
||||
Reference in New Issue
Block a user