Merge pull request #56 from dirk-zimoch/CleanupWhitespace
Cleanup whitespace
This commit is contained in:
@ -223,4 +223,3 @@ string PVArrayFilter::getName()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -132,4 +132,3 @@ string PVDeadbandFilter::getName()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -38,4 +38,3 @@ PVPluginPtr PVPluginRegistry::find(const std::string & name)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -124,4 +124,3 @@ string PVTimestampFilter::getName()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -87,4 +87,3 @@ private:
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
#endif /* CONTROLSUPPORT_H */
|
#endif /* CONTROLSUPPORT_H */
|
||||||
|
|
||||||
|
@ -99,4 +99,3 @@ public:
|
|||||||
|
|
||||||
}}
|
}}
|
||||||
#endif /* PVARRAYPLUGIN_H */
|
#endif /* PVARRAYPLUGIN_H */
|
||||||
|
|
||||||
|
@ -525,4 +525,3 @@ private:
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
#endif /* PVDATABASE_H */
|
#endif /* PVDATABASE_H */
|
||||||
|
|
||||||
|
@ -100,4 +100,3 @@ public:
|
|||||||
|
|
||||||
}}
|
}}
|
||||||
#endif /* PVDEADBANDPLUGIN_H */
|
#endif /* PVDEADBANDPLUGIN_H */
|
||||||
|
|
||||||
|
@ -75,4 +75,3 @@ public:
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
#endif /* PVSUPPORT_H */
|
#endif /* PVSUPPORT_H */
|
||||||
|
|
||||||
|
@ -98,4 +98,3 @@ public:
|
|||||||
|
|
||||||
}}
|
}}
|
||||||
#endif /* PVTIMESTAMPPLUGIN_H */
|
#endif /* PVTIMESTAMPPLUGIN_H */
|
||||||
|
|
||||||
|
@ -108,4 +108,3 @@ private:
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
#endif /* SCALARALARMSUPPORT_H */
|
#endif /* SCALARALARMSUPPORT_H */
|
||||||
|
|
||||||
|
@ -115,4 +115,3 @@ void AddRecord::process()
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -164,4 +164,3 @@ void ProcessRecord::run()
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -90,4 +90,3 @@ void RemoveRecord::process()
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -93,4 +93,3 @@ void TraceRecord::process()
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -135,4 +135,3 @@ void ControlSupport::reset()
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -216,4 +216,3 @@ void ScalarAlarmSupport::setAlarm(
|
|||||||
|
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -134,4 +134,3 @@ MAIN(testExampleRecord)
|
|||||||
test();
|
test();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,4 +79,3 @@ MAIN(testLocalProvider)
|
|||||||
test();
|
test();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,4 +75,3 @@ MAIN(testPVAServer)
|
|||||||
test();
|
test();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -401,4 +401,3 @@ MAIN(testPVCopy)
|
|||||||
powerSupplyTest();
|
powerSupplyTest();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,4 +103,3 @@ MAIN(testPVRecord)
|
|||||||
powerSupplyTest();
|
powerSupplyTest();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -343,4 +343,3 @@ MAIN(testPlugin)
|
|||||||
ignoreTest();
|
ignoreTest();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user