removed empty lines at end of file

This commit is contained in:
2020-04-15 13:36:13 +02:00
committed by mdavidsaver
parent 60091bfe56
commit 1038182a16
18 changed files with 0 additions and 19 deletions

View File

@@ -88,4 +88,3 @@ MAIN(testBaseException)
testBaseExceptionTest();
return testDone();
}

View File

@@ -12,4 +12,3 @@ printf("EPICS_BYTE_ORDER: %s\n", (EPICS_BYTE_ORDER == EPICS_ENDIAN_LITTLE) ? "li
printf("EPICS_FLOAT_WORD_ORDER: %s\n", (EPICS_FLOAT_WORD_ORDER == EPICS_ENDIAN_LITTLE) ? "little" : "big");
return 0;
}

View File

@@ -47,4 +47,3 @@ MAIN(testEvent)
testBasicEvent();
return testDone();
}

View File

@@ -138,4 +138,3 @@ MAIN(testOverrunBitSet)
test();
return testDone();
}

View File

@@ -894,4 +894,3 @@ MAIN(testSerialization) {
return testDone();
}