mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat code with clang-format-18
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#ifndef BEAST_EXPECT
|
||||
#define BEAST_EXPECT_S1(x) #x
|
||||
#define BEAST_EXPECT_S2(x) BEAST_EXPECT_S1(x)
|
||||
//#define BEAST_EXPECT(cond) {expect(cond, __FILE__ ":" ##
|
||||
// #define BEAST_EXPECT(cond) {expect(cond, __FILE__ ":" ##
|
||||
//__LINE__);}while(false){}
|
||||
#define BEAST_EXPECT(cond) expect(cond, __FILE__ ":" BEAST_EXPECT_S2(__LINE__))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user