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

@@ -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;
}