diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 11:30:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-05 11:30:29 +0200 |
commit | a61b9a87029dd23cdb5ca588f69a669d9689a11a (patch) | |
tree | c81755ccdc5c0e09cac62b819d94ad2f08484cf0 /desktop | |
parent | ab450ee1ca2bee69cba752045781a3298311b181 (diff) |
Remove whitespace randomly inserted
...with 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1
removed (desktop)"
Change-Id: Ief7193bb5cb10e633744b545bca9416ffa37c20e
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index f46d90370002..a972602e45f6 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -1202,7 +1202,7 @@ void PipeIpcThread::execute() PROCESSING_DONE, SAL_N_ELEMENTS(PROCESSING_DONE)); // incl. terminating NUL if (n != SAL_N_ELEMENTS(PROCESSING_DONE)) { - SAL_WARN("desktop" , "short write: " << n); + SAL_WARN("desktop", "short write: " << n); continue; } } |