summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/diagnose.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/diagnose.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/diagnose.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/diagnose.cxx b/xmlsecurity/source/xmlsec/diagnose.cxx
index 4c10d2f7d576..641123f95f6a 100644
--- a/xmlsecurity/source/xmlsec/diagnose.cxx
+++ b/xmlsecurity/source/xmlsec/diagnose.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -55,7 +55,7 @@ struct UseDiagnose : public rtl::StaticWithInit<
void xmlsec_trace(const char* pszFormat, ...)
{
bool bDebug = false;
-
+
#if OSL_DEBUG_LEVEL > 1
bDebug = true;
#endif
@@ -66,7 +66,7 @@ void xmlsec_trace(const char* pszFormat, ...)
va_start(args, pszFormat);
vfprintf(stderr, pszFormat, args);
va_end(args);
-
+
fprintf(stderr,"\n");
fflush(stderr);
}