mirror of
https://github.com/zeldaret/tmc
synced 2026-06-15 14:31:48 -04:00
apply clang-format to tool sources
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "offsets.h"
|
||||
|
||||
OffsetCalculator::OffsetCalculator(std::filesystem::path outputFile, int baseOffset): baseOffset(baseOffset) {
|
||||
OffsetCalculator::OffsetCalculator(std::filesystem::path outputFile, int baseOffset) : baseOffset(baseOffset) {
|
||||
output = std::ofstream(outputFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user