added bsp_egse to clang format script

This commit is contained in:
Jakob Meier
2022-02-05 18:09:55 +01:00
parent 83d99a6662
commit e222be0534
4 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,8 @@
*/
int main(void) {
std::cout << "-- EIVE OBSW --" << std::endl;
std::cout << "-- Compiled for EGSE from Arcsec" << " --" << std::endl;
std::cout << "-- Compiled for EGSE from Arcsec"
<< " --" << std::endl;
std::cout << "-- OBSW " << SW_NAME << " v" << SW_VERSION << "." << SW_SUBVERSION << "."
<< SW_REVISION << ", FSFW v" << FSFW_VERSION << "." << FSFW_SUBVERSION << FSFW_REVISION
<< "--" << std::endl;