Skip to content
Snippets Groups Projects
Commit 2c193153 authored by Bertrand Bellenot's avatar Bertrand Bellenot Committed by Guilherme Amadio
Browse files

formatting (clang-format)

parent bae6f14d
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,7 @@ friend class TWin32Condition; ...@@ -36,9 +36,7 @@ friend class TWin32Condition;
private: private:
CRITICAL_SECTION fCritSect; CRITICAL_SECTION fCritSect;
enum EStatusBits { enum EStatusBits { kIsRecursive = BIT(14); }
kIsRecursive = BIT(14);
}
public: public:
TWin32Mutex(Bool_t recursive=kFALSE); TWin32Mutex(Bool_t recursive=kFALSE);
......
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