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

@@ -483,4 +483,3 @@ PVStructure::shared_pointer createRequest(std::string const & request)
}} // namespace

View File

@@ -1655,4 +1655,3 @@ namespace std{
return o << "nullptr";
}
}

View File

@@ -780,4 +780,3 @@ namespace std{
return o << "nullptr";
}
}

View File

@@ -272,4 +272,3 @@ void copy(
}
}}

View File

@@ -730,5 +730,3 @@ MAIN(testCreateRequest)
testMaskErr();
return testDone();
}

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();
}

View File

@@ -232,4 +232,3 @@ MAIN(testProperty)
printRecords();
return testDone();;
}

View File

@@ -127,4 +127,3 @@ MAIN(testBitSetUtil)
test();
return testDone();
}

View File

@@ -95,4 +95,3 @@ MAIN(testOperators)
return testDone();
}

View File

@@ -791,4 +791,3 @@ MAIN(testPVData)
}
return testDone();
}

View File

@@ -64,4 +64,3 @@ MAIN(testPVType)
printf("PASSED\n");
return testDone();
}

View File

@@ -203,4 +203,3 @@ MAIN(testPVUnion)
testClearUnion();
return testDone();
}

View File

@@ -68,4 +68,3 @@ MAIN(testStandardField)
testPass("testStandardField");
return testDone();
}

View File

@@ -73,4 +73,3 @@ MAIN(testStandardPVField)
testPass("testStandardPVField");
return testDone();
}