Skip to content
Snippets Groups Projects
Commit 44a9b4f6 authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[NFC] Close braces in documentation

parent 989d9158
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ namespace ROOT {
* // Wait until main() sends data
* std::unique_lock<ROOT::TSpinMutex> lk(m);
* cv.wait(lk, []{return ready;});
* [...]
* [...]
* }
* ~~~ {.cpp}
*/
class TSpinMutex {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment