Skip to content

Commit

Permalink
Add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
guanyung-rs committed Sep 1, 2023
1 parent da15ca9 commit 7f7f1fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ConfigurationRS/Ocla/Ocla.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#include "CFGCommonRS/CFGArgRS_auto.h"
#include "CFGObject/CFGObject_auto.h"

void Ocla_entry(const CFGCommon_ARG* cmdarg) {}
void Ocla_entry(const CFGCommon_ARG* cmdarg) {}
2 changes: 1 addition & 1 deletion src/ConfigurationRS/Ocla/Ocla.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

void Ocla_entry(const CFGCommon_ARG* cmdarg);

#endif
#endif
2 changes: 1 addition & 1 deletion src/ConfigurationRS/Ocla/Ocla_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#include "CFGCommonRS/CFGArgRS_auto.h"
#include "CFGCommonRS/CFGCommonRS.h"

int main(int argc, const char** argv) { return 0; }
int main(int argc, const char** argv) { return 0; }

0 comments on commit 7f7f1fb

Please sign in to comment.