Skip to content

Commit 9c718c7

Browse files
authored
286 add eol breaks (#301)
fix end of file line breaks to all files
1 parent 3157d1a commit 9c718c7

File tree

128 files changed

+129
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+129
-124
lines changed

.github/actions/build-py/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ runs:
3333
uses: actions/upload-artifact@v2
3434
with:
3535
name: python-wheels-${{ inputs.package }}
36-
path: pycode/wheelhouse
36+
path: pycode/wheelhouse

.github/actions/test-pylint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ runs:
3535
with:
3636
name: pylint-report
3737
path: pycode/memilio-${{ inputs.package }}/build_pylint/pylint.html
38-
retention-days: 3
38+
retention-days: 3

.github/actions/windows-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ runs:
5555
with:
5656
name: build-cpp-windows-msvc-${{ inputs.version }}-${{ inputs.config }}-${{ inputs.optional-dependencies == 'ON' && 'full' || 'part'}}
5757
path: cpp/build-win/tests
58-
retention-days: 1
58+
retention-days: 1

.github/actions/windows-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ runs:
2323
name: test-cpp-win-report
2424
path: |
2525
cpp/build-win/tests/report.xml
26-
retention-days: 1
26+
retention-days: 1

ci_index/main_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h1>MEmilio - a high performance Modular EpideMIcs simuLatIOn software</h1>
2929
</ul>
3030
</body>
3131

32-
</html>
32+
</html>

cpp/README.md

Lines changed: 1 addition & 1 deletion

cpp/benchmarks/integrator_step.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
3069.383604,
1818
159.6344400
1919
]
20-
}
20+
}

cpp/benchmarks/integrator_step.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ BENCHMARK_TEMPLATE(integrator_step, mio::ControlledStepperWrapper<boost::numeric
6363
BENCHMARK_TEMPLATE(integrator_step, mio::ControlledStepperWrapper<boost::numeric::odeint::runge_kutta_fehlberg78>)
6464
->Name("simulate SecirModel boost rkf78");
6565
// run all benchmarks
66-
BENCHMARK_MAIN();
66+
BENCHMARK_MAIN();

cpp/benchmarks/integrator_step.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ namespace benchmark
104104

105105
} // namespace mio
106106

107-
#endif
107+
#endif

cpp/benchmarks/secir_ageres_setups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ namespace benchmark
201201

202202
} // namespace mio
203203

204-
#endif
204+
#endif

0 commit comments

Comments
 (0)