Revert "testsymboldatabase: remove INDENT-OFF and INDENT-ON"
This reverts commit 623461fc9c
.
This commit is contained in:
parent
5f81b03df1
commit
820256d10f
|
@ -7324,6 +7324,7 @@ private:
|
|||
sF.library.load(doc); \
|
||||
ASSERT_EQUALS(#type, typeOf("void f() { auto x = g(); }", "x", "test.cpp", &sF)); \
|
||||
} while (false)
|
||||
// *INDENT-OFF*
|
||||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(bool);
|
||||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(signed char);
|
||||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(unsigned char);
|
||||
|
@ -7338,6 +7339,7 @@ private:
|
|||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(void *);
|
||||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(void * *);
|
||||
CHECK_LIBRARY_FUNCTION_RETURN_TYPE(const void *);
|
||||
// *INDENT-ON*
|
||||
#undef CHECK_LIBRARY_FUNCTION_RETURN_TYPE
|
||||
|
||||
// Library types
|
||||
|
|
Loading…
Reference in New Issue