Skip to content

Commit c23ee7a

Browse files
committed
clang-format
1 parent c1c2212 commit c23ee7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/ReadoutCard/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace roc
2121
/// Get the ReadoutCard library version
2222
const char* getReadoutCardVersion();
2323

24-
}
25-
}
24+
} // namespace roc
25+
} // namespace o2
2626

2727
#endif

src/ReadoutCardVersion.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ const char* getReadoutCardVersion()
2323
return O2_READOUTCARD_VERSION;
2424
}
2525

26-
}
27-
}
26+
} // namespace roc
27+
} // namespace o2

0 commit comments

Comments
 (0)