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
|
}} // namespace
|
||||||
|
|
||||||
|
|||||||
@@ -1655,4 +1655,3 @@ namespace std{
|
|||||||
return o << "nullptr";
|
return o << "nullptr";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -780,4 +780,3 @@ namespace std{
|
|||||||
return o << "nullptr";
|
return o << "nullptr";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -272,4 +272,3 @@ void copy(
|
|||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
@@ -730,5 +730,3 @@ MAIN(testCreateRequest)
|
|||||||
testMaskErr();
|
testMaskErr();
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -88,4 +88,3 @@ MAIN(testBaseException)
|
|||||||
testBaseExceptionTest();
|
testBaseExceptionTest();
|
||||||
return testDone();
|
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");
|
printf("EPICS_FLOAT_WORD_ORDER: %s\n", (EPICS_FLOAT_WORD_ORDER == EPICS_ENDIAN_LITTLE) ? "little" : "big");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -47,4 +47,3 @@ MAIN(testEvent)
|
|||||||
testBasicEvent();
|
testBasicEvent();
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -138,4 +138,3 @@ MAIN(testOverrunBitSet)
|
|||||||
test();
|
test();
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -894,4 +894,3 @@ MAIN(testSerialization) {
|
|||||||
|
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -232,4 +232,3 @@ MAIN(testProperty)
|
|||||||
printRecords();
|
printRecords();
|
||||||
return testDone();;
|
return testDone();;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -127,4 +127,3 @@ MAIN(testBitSetUtil)
|
|||||||
test();
|
test();
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -95,4 +95,3 @@ MAIN(testOperators)
|
|||||||
|
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -791,4 +791,3 @@ MAIN(testPVData)
|
|||||||
}
|
}
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -64,4 +64,3 @@ MAIN(testPVType)
|
|||||||
printf("PASSED\n");
|
printf("PASSED\n");
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -203,4 +203,3 @@ MAIN(testPVUnion)
|
|||||||
testClearUnion();
|
testClearUnion();
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -68,4 +68,3 @@ MAIN(testStandardField)
|
|||||||
testPass("testStandardField");
|
testPass("testStandardField");
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -73,4 +73,3 @@ MAIN(testStandardPVField)
|
|||||||
testPass("testStandardPVField");
|
testPass("testStandardPVField");
|
||||||
return testDone();
|
return testDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user