replaced tabs with spaces

This commit is contained in:
2020-04-15 10:54:36 +02:00
committed by mdavidsaver
parent ef4bf9120e
commit 40300a12cb
39 changed files with 151 additions and 151 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const std::string ChannelAccessIFTest::TEST_ARRAY_CHANNEL_NAME = "testArray1";
template <typename T>
inline bool compareWithTol(const T v1, const T v2, const T tol)
{
return (std::fabs(v1 - v2) <= tol);
return (std::fabs(v1 - v2) <= tol);
}
int ChannelAccessIFTest::runAllTest() {