Commit 53243eca authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix end-of-file lines

parent 8be13707
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,4 +33,3 @@
		</testsuites>
	</xsl:template>
</xsl:stylesheet>
+0 −1
Original line number Diff line number Diff line
@@ -60,4 +60,3 @@ Comment: Taken from https://doi.org/10.1002/pip.4670030303
Files: .proselint.json
Copyright: 2023 CERN and the Allpix Squared authors
License: CC0-1.0
+0 −1
Original line number Diff line number Diff line
@@ -58,4 +58,3 @@ namespace cereal
} // namespace cereal

#endif // CEREAL_TYPES_STRING_HPP_
+0 −2
Original line number Diff line number Diff line
@@ -125,5 +125,3 @@ for(auto& object : objects) {
For single-threaded applications such as ROOT analysis macros, this step is not necessary and the reference will be lazy-loaded
when accessed, i.e. the `TRef` reference will be converted to a direct raw pointer only when actually used. Since events are
processed sequentially and memory is freed between events, no mixing of IDs occurs.

+0 −1
Original line number Diff line number Diff line
@@ -20,4 +20,3 @@ SPDX-License-Identifier: CC-BY-4.0
    ```shell
    ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource_visualization.ppm -vcodec libvpx -b 10000K gource.webm
    ```
Loading