summaryrefslogtreecommitdiff
path: root/vcl/inc/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/list.h')
-rw-r--r--vcl/inc/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/list.h b/vcl/inc/list.h
index 78c7edce2839..224bfe784514 100644
--- a/vcl/inc/list.h
+++ b/vcl/inc/list.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -48,7 +48,7 @@ extern "C"
typedef struct _list *list;
typedef void (*list_destructor)(void *);
-
+
/*- constructors and a destructor */
list listNewEmpty(void);
#ifdef TEST