From d9757d71e89711efa35e2e559d682f8dabeb814f Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 3 Oct 2012 05:13:13 +0200 Subject: fix indentation Change-Id: I43bad91f6afe5b55c6e2b6bf952cc0291d5bdd10 --- sal/qa/rtl_strings/rtl_OUStringBuffer.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sal') diff --git a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx index 58cf2ca1b89e..d40306d14769 100644 --- a/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx +++ b/sal/qa/rtl_strings/rtl_OUStringBuffer.cxx @@ -1172,25 +1172,25 @@ sal_Bool SAL_CALL test_rtl_OUStringBuffer_append_004( {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[1]", new OUString(aUStr47), new OUStringBuffer(arrOUS[1]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[1]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[1]", new OUString(aUStr48), new OUStringBuffer(arrOUS[1]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[2]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[2]", new OUString(aUStr47), new OUStringBuffer(arrOUS[2]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[2]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[2]", new OUString(aUStr48), new OUStringBuffer(arrOUS[2]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[3]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[3]", new OUString(aUStr47), new OUStringBuffer(arrOUS[3]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[3]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[3]", new OUString(aUStr48), new OUStringBuffer(arrOUS[3]), sal_False }, - {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[4]", + {"Appends the sal_Bool(sal_True) to the string buffer arrOUS[4]", new OUString(aUStr49), new OUStringBuffer(arrOUS[4]), sal_True }, - {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[4]", + {"Appends the sal_Bool(sal_False) to the string buffer arrOUS[4]", new OUString(aUStr50), new OUStringBuffer(arrOUS[4]), sal_False } }; -- cgit