From 31e883dbbc56ec58b40c96d09676065fff4f9534 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 15 Apr 2020 13:36:34 +0200 Subject: [PATCH] removed empty lines at end of file --- src/copy/pvArrayPlugin.cpp | 1 - src/copy/pvDeadbandPlugin.cpp | 1 - src/copy/pvPlugin.cpp | 1 - src/copy/pvTimestampPlugin.cpp | 1 - src/pv/controlSupport.h | 1 - src/pv/pvArrayPlugin.h | 1 - src/pv/pvDatabase.h | 1 - src/pv/pvDeadbandPlugin.h | 1 - src/pv/pvSupport.h | 1 - src/pv/pvTimestampPlugin.h | 1 - src/pv/scalarAlarmSupport.h | 1 - src/special/addRecord.cpp | 1 - src/special/processRecord.cpp | 1 - src/special/removeRecord.cpp | 1 - src/special/traceRecord.cpp | 1 - src/support/controlSupport.cpp | 1 - src/support/scalarAlarmSupport.cpp | 1 - test/src/testExampleRecord.cpp | 1 - test/src/testLocalProvider.cpp | 1 - test/src/testPVAServer.cpp | 1 - test/src/testPVCopy.cpp | 1 - test/src/testPVRecord.cpp | 1 - test/src/testPlugin.cpp | 1 - 23 files changed, 23 deletions(-) diff --git a/src/copy/pvArrayPlugin.cpp b/src/copy/pvArrayPlugin.cpp index 88bd20c..c092171 100644 --- a/src/copy/pvArrayPlugin.cpp +++ b/src/copy/pvArrayPlugin.cpp @@ -223,4 +223,3 @@ string PVArrayFilter::getName() } }} - diff --git a/src/copy/pvDeadbandPlugin.cpp b/src/copy/pvDeadbandPlugin.cpp index e4c3f11..abf4473 100644 --- a/src/copy/pvDeadbandPlugin.cpp +++ b/src/copy/pvDeadbandPlugin.cpp @@ -132,4 +132,3 @@ string PVDeadbandFilter::getName() } }} - diff --git a/src/copy/pvPlugin.cpp b/src/copy/pvPlugin.cpp index ef6d3f3..7845fd3 100644 --- a/src/copy/pvPlugin.cpp +++ b/src/copy/pvPlugin.cpp @@ -38,4 +38,3 @@ PVPluginPtr PVPluginRegistry::find(const std::string & name) } }} - diff --git a/src/copy/pvTimestampPlugin.cpp b/src/copy/pvTimestampPlugin.cpp index 2433946..a4cb72b 100644 --- a/src/copy/pvTimestampPlugin.cpp +++ b/src/copy/pvTimestampPlugin.cpp @@ -124,4 +124,3 @@ string PVTimestampFilter::getName() } }} - diff --git a/src/pv/controlSupport.h b/src/pv/controlSupport.h index 38d2811..4438020 100644 --- a/src/pv/controlSupport.h +++ b/src/pv/controlSupport.h @@ -87,4 +87,3 @@ private: }} #endif /* CONTROLSUPPORT_H */ - diff --git a/src/pv/pvArrayPlugin.h b/src/pv/pvArrayPlugin.h index d9902b2..3b7cf9b 100644 --- a/src/pv/pvArrayPlugin.h +++ b/src/pv/pvArrayPlugin.h @@ -99,4 +99,3 @@ public: }} #endif /* PVARRAYPLUGIN_H */ - diff --git a/src/pv/pvDatabase.h b/src/pv/pvDatabase.h index 6983424..56ff8c6 100644 --- a/src/pv/pvDatabase.h +++ b/src/pv/pvDatabase.h @@ -525,4 +525,3 @@ private: }} #endif /* PVDATABASE_H */ - diff --git a/src/pv/pvDeadbandPlugin.h b/src/pv/pvDeadbandPlugin.h index 731f288..76d65d6 100644 --- a/src/pv/pvDeadbandPlugin.h +++ b/src/pv/pvDeadbandPlugin.h @@ -100,4 +100,3 @@ public: }} #endif /* PVDEADBANDPLUGIN_H */ - diff --git a/src/pv/pvSupport.h b/src/pv/pvSupport.h index 73fe496..fff10c6 100644 --- a/src/pv/pvSupport.h +++ b/src/pv/pvSupport.h @@ -75,4 +75,3 @@ public: }} #endif /* PVSUPPORT_H */ - diff --git a/src/pv/pvTimestampPlugin.h b/src/pv/pvTimestampPlugin.h index e9e9c3f..e054696 100644 --- a/src/pv/pvTimestampPlugin.h +++ b/src/pv/pvTimestampPlugin.h @@ -98,4 +98,3 @@ public: }} #endif /* PVTIMESTAMPPLUGIN_H */ - diff --git a/src/pv/scalarAlarmSupport.h b/src/pv/scalarAlarmSupport.h index 6f09b00..0563e60 100644 --- a/src/pv/scalarAlarmSupport.h +++ b/src/pv/scalarAlarmSupport.h @@ -108,4 +108,3 @@ private: }} #endif /* SCALARALARMSUPPORT_H */ - diff --git a/src/special/addRecord.cpp b/src/special/addRecord.cpp index 2004df1..51fe3e1 100644 --- a/src/special/addRecord.cpp +++ b/src/special/addRecord.cpp @@ -115,4 +115,3 @@ void AddRecord::process() }} - diff --git a/src/special/processRecord.cpp b/src/special/processRecord.cpp index 2ab3b89..c93ea3f 100644 --- a/src/special/processRecord.cpp +++ b/src/special/processRecord.cpp @@ -164,4 +164,3 @@ void ProcessRecord::run() }} - diff --git a/src/special/removeRecord.cpp b/src/special/removeRecord.cpp index afbfb44..a5525a7 100644 --- a/src/special/removeRecord.cpp +++ b/src/special/removeRecord.cpp @@ -90,4 +90,3 @@ void RemoveRecord::process() }} - diff --git a/src/special/traceRecord.cpp b/src/special/traceRecord.cpp index 16c7bef..1a32bcb 100644 --- a/src/special/traceRecord.cpp +++ b/src/special/traceRecord.cpp @@ -93,4 +93,3 @@ void TraceRecord::process() }} - diff --git a/src/support/controlSupport.cpp b/src/support/controlSupport.cpp index 3af04b0..6a582ef 100644 --- a/src/support/controlSupport.cpp +++ b/src/support/controlSupport.cpp @@ -135,4 +135,3 @@ void ControlSupport::reset() }} - diff --git a/src/support/scalarAlarmSupport.cpp b/src/support/scalarAlarmSupport.cpp index df41d48..de592b7 100644 --- a/src/support/scalarAlarmSupport.cpp +++ b/src/support/scalarAlarmSupport.cpp @@ -216,4 +216,3 @@ void ScalarAlarmSupport::setAlarm( }} - diff --git a/test/src/testExampleRecord.cpp b/test/src/testExampleRecord.cpp index 90496fe..60111e0 100644 --- a/test/src/testExampleRecord.cpp +++ b/test/src/testExampleRecord.cpp @@ -134,4 +134,3 @@ MAIN(testExampleRecord) test(); return 0; } - diff --git a/test/src/testLocalProvider.cpp b/test/src/testLocalProvider.cpp index 5cb6797..42eae41 100644 --- a/test/src/testLocalProvider.cpp +++ b/test/src/testLocalProvider.cpp @@ -79,4 +79,3 @@ MAIN(testLocalProvider) test(); return 0; } - diff --git a/test/src/testPVAServer.cpp b/test/src/testPVAServer.cpp index 2ddc646..a793028 100644 --- a/test/src/testPVAServer.cpp +++ b/test/src/testPVAServer.cpp @@ -75,4 +75,3 @@ MAIN(testPVAServer) test(); return 0; } - diff --git a/test/src/testPVCopy.cpp b/test/src/testPVCopy.cpp index 1f3ba35..b39eeda 100644 --- a/test/src/testPVCopy.cpp +++ b/test/src/testPVCopy.cpp @@ -401,4 +401,3 @@ MAIN(testPVCopy) powerSupplyTest(); return 0; } - diff --git a/test/src/testPVRecord.cpp b/test/src/testPVRecord.cpp index b768045..f0fc2e9 100644 --- a/test/src/testPVRecord.cpp +++ b/test/src/testPVRecord.cpp @@ -103,4 +103,3 @@ MAIN(testPVRecord) powerSupplyTest(); return 0; } - diff --git a/test/src/testPlugin.cpp b/test/src/testPlugin.cpp index 69d8fb3..f2b341a 100644 --- a/test/src/testPlugin.cpp +++ b/test/src/testPlugin.cpp @@ -343,4 +343,3 @@ MAIN(testPlugin) ignoreTest(); return 0; } -