removed empty lines at end of file

This commit is contained in:
2020-04-15 13:36:34 +02:00
parent 57cbf66833
commit 31e883dbbc
23 changed files with 0 additions and 23 deletions

View File

@ -223,4 +223,3 @@ string PVArrayFilter::getName()
} }
}} }}

View File

@ -132,4 +132,3 @@ string PVDeadbandFilter::getName()
} }
}} }}

View File

@ -38,4 +38,3 @@ PVPluginPtr PVPluginRegistry::find(const std::string & name)
} }
}} }}

View File

@ -124,4 +124,3 @@ string PVTimestampFilter::getName()
} }
}} }}

View File

@ -87,4 +87,3 @@ private:
}} }}
#endif /* CONTROLSUPPORT_H */ #endif /* CONTROLSUPPORT_H */

View File

@ -99,4 +99,3 @@ public:
}} }}
#endif /* PVARRAYPLUGIN_H */ #endif /* PVARRAYPLUGIN_H */

View File

@ -525,4 +525,3 @@ private:
}} }}
#endif /* PVDATABASE_H */ #endif /* PVDATABASE_H */

View File

@ -100,4 +100,3 @@ public:
}} }}
#endif /* PVDEADBANDPLUGIN_H */ #endif /* PVDEADBANDPLUGIN_H */

View File

@ -75,4 +75,3 @@ public:
}} }}
#endif /* PVSUPPORT_H */ #endif /* PVSUPPORT_H */

View File

@ -98,4 +98,3 @@ public:
}} }}
#endif /* PVTIMESTAMPPLUGIN_H */ #endif /* PVTIMESTAMPPLUGIN_H */

View File

@ -108,4 +108,3 @@ private:
}} }}
#endif /* SCALARALARMSUPPORT_H */ #endif /* SCALARALARMSUPPORT_H */

View File

@ -115,4 +115,3 @@ void AddRecord::process()
}} }}

View File

@ -164,4 +164,3 @@ void ProcessRecord::run()
}} }}

View File

@ -90,4 +90,3 @@ void RemoveRecord::process()
}} }}

View File

@ -93,4 +93,3 @@ void TraceRecord::process()
}} }}

View File

@ -135,4 +135,3 @@ void ControlSupport::reset()
}} }}

View File

@ -216,4 +216,3 @@ void ScalarAlarmSupport::setAlarm(
}} }}

View File

@ -134,4 +134,3 @@ MAIN(testExampleRecord)
test(); test();
return 0; return 0;
} }

View File

@ -79,4 +79,3 @@ MAIN(testLocalProvider)
test(); test();
return 0; return 0;
} }

View File

@ -75,4 +75,3 @@ MAIN(testPVAServer)
test(); test();
return 0; return 0;
} }

View File

@ -401,4 +401,3 @@ MAIN(testPVCopy)
powerSupplyTest(); powerSupplyTest();
return 0; return 0;
} }

View File

@ -103,4 +103,3 @@ MAIN(testPVRecord)
powerSupplyTest(); powerSupplyTest();
return 0; return 0;
} }

View File

@ -343,4 +343,3 @@ MAIN(testPlugin)
ignoreTest(); ignoreTest();
return 0; return 0;
} }