We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c2212 commit c23ee7aCopy full SHA for c23ee7a
include/ReadoutCard/Version.h
@@ -21,7 +21,7 @@ namespace roc
21
/// Get the ReadoutCard library version
22
const char* getReadoutCardVersion();
23
24
-}
25
+} // namespace roc
+} // namespace o2
26
27
#endif
src/ReadoutCardVersion.cxx
@@ -23,5 +23,5 @@ const char* getReadoutCardVersion()
return O2_READOUTCARD_VERSION;
}
0 commit comments