summaryrefslogtreecommitdiff
path: root/sal/rtl/uuid.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-03 10:00:55 +0300
commit335cd830b0bd430d282687df58a91a69dac2c528 (patch)
tree3d49d43ed0c07d643b9fd081e6eb0522b57851c2 /sal/rtl/uuid.cxx
parentc04f4393f5ec63dbd546b5c503ddc82d9cd2377e (diff)
Kill superfluous vertical whitespace
Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3
Diffstat (limited to 'sal/rtl/uuid.cxx')
-rw-r--r--sal/rtl/uuid.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/rtl/uuid.cxx b/sal/rtl/uuid.cxx
index f7f3c0c08bd3..ea850546f36c 100644
--- a/sal/rtl/uuid.cxx
+++ b/sal/rtl/uuid.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <string.h>
#include <stdlib.h>
@@ -89,7 +88,6 @@ static void write_v3( sal_uInt8 *pUuid )
memcpy( pUuid , &uuid , 16 );
}
-
extern "C" void SAL_CALL rtl_createUuid( sal_uInt8 *pTargetUUID ,
SAL_UNUSED_PARAMETER const sal_uInt8 *,
SAL_UNUSED_PARAMETER sal_Bool )
@@ -118,7 +116,6 @@ extern "C" void SAL_CALL rtl_createUuid( sal_uInt8 *pTargetUUID ,
pTargetUUID[8] |= 0x80;
}
-
extern "C" void SAL_CALL rtl_createNamedUuid( sal_uInt8 *pTargetUUID,
const sal_uInt8 *pNameSpaceUUID,
const rtl_String *pName )
@@ -134,8 +131,6 @@ extern "C" void SAL_CALL rtl_createNamedUuid( sal_uInt8 *pTargetUUID,
write_v3(pTargetUUID);
}
-
-
extern "C" sal_Int32 SAL_CALL rtl_compareUuid( const sal_uInt8 *pUUID1 , const sal_uInt8 *pUUID2 )
{
int i;