Kaydet (Commit) 10aba2a2 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

correct extra whitespace

üst 15f8fce9
......@@ -126,7 +126,7 @@ namespace dbaui
{ \
const sal_Char* pError = impl_CheckInvariants(); \
if (pError) \
OSL_FAIL(rtl::OStringBuffer(methodname).append(": ").append(pError). makeStringAndClear().getStr()); \
OSL_FAIL(rtl::OStringBuffer(methodname).append(": ").append(pError).makeStringAndClear().getStr()); \
}
#else
#define CHECK_INVARIANTS(methodname)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment