diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2024-02-19 12:54:06 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2024-02-19 14:09:38 +0100 |
commit | a23b29ea4c1bd9d0407b2b070eb2dc9ad15e71cc (patch) | |
tree | c5b2771865e662599a647a2f899a0aec72defbe8 /src/irmd/reg/tests/flow_test.c | |
parent | 06ee3370998f965b469d1c2859e3e34159c71e20 (diff) | |
download | ouroboros-a23b29ea4c1bd9d0407b2b070eb2dc9ad15e71cc.tar.gz ouroboros-a23b29ea4c1bd9d0407b2b070eb2dc9ad15e71cc.zip |
build: Fix missing newlines at end of file
Some files had a newline at the end, others didn't. Now they all do.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/irmd/reg/tests/flow_test.c')
-rw-r--r-- | src/irmd/reg/tests/flow_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/reg/tests/flow_test.c b/src/irmd/reg/tests/flow_test.c index efdf21d2..f9d23fd1 100644 --- a/src/irmd/reg/tests/flow_test.c +++ b/src/irmd/reg/tests/flow_test.c @@ -291,4 +291,4 @@ int flow_test(int argc, ret |= test_flow_data(); return ret; -}
\ No newline at end of file +} |