Skip to content

Commit 5d25a82

Browse files
committed
univalue, refactor: Convert indentation tabs to spaces
1 parent 45750f6 commit 5d25a82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/univalue/test/object.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
(stmt); \
2222
assert(0 && "No exception caught"); \
2323
} catch (excMatch & e) { \
24-
} catch (...) { \
25-
assert(0 && "Wrong exception caught"); \
26-
} \
24+
} catch (...) { \
25+
assert(0 && "Wrong exception caught"); \
26+
} \
2727
}
2828
#define BOOST_CHECK_NO_THROW(stmt) { \
2929
try { \
3030
(stmt); \
31-
} catch (...) { \
32-
assert(0); \
33-
} \
31+
} catch (...) { \
32+
assert(0); \
33+
} \
3434
}
3535

3636
void univalue_constructor()

0 commit comments

Comments
 (0)