removed empty lines at end of file
This commit is contained in:
@@ -483,4 +483,3 @@ PVStructure::shared_pointer createRequest(std::string const & request)
|
||||
|
||||
|
||||
}} // namespace
|
||||
|
||||
|
||||
@@ -1655,4 +1655,3 @@ namespace std{
|
||||
return o << "nullptr";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -780,4 +780,3 @@ namespace std{
|
||||
return o << "nullptr";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -272,4 +272,3 @@ void copy(
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
|
||||
@@ -730,5 +730,3 @@ MAIN(testCreateRequest)
|
||||
testMaskErr();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -88,4 +88,3 @@ MAIN(testBaseException)
|
||||
testBaseExceptionTest();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -47,4 +47,3 @@ MAIN(testEvent)
|
||||
testBasicEvent();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -138,4 +138,3 @@ MAIN(testOverrunBitSet)
|
||||
test();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -894,4 +894,3 @@ MAIN(testSerialization) {
|
||||
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -232,4 +232,3 @@ MAIN(testProperty)
|
||||
printRecords();
|
||||
return testDone();;
|
||||
}
|
||||
|
||||
|
||||
@@ -127,4 +127,3 @@ MAIN(testBitSetUtil)
|
||||
test();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ MAIN(testOperators)
|
||||
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -791,4 +791,3 @@ MAIN(testPVData)
|
||||
}
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -64,4 +64,3 @@ MAIN(testPVType)
|
||||
printf("PASSED\n");
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -203,4 +203,3 @@ MAIN(testPVUnion)
|
||||
testClearUnion();
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -68,4 +68,3 @@ MAIN(testStandardField)
|
||||
testPass("testStandardField");
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
@@ -73,4 +73,3 @@ MAIN(testStandardPVField)
|
||||
testPass("testStandardPVField");
|
||||
return testDone();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user