summaryrefslogtreecommitdiff
path: root/src/xine-utils/pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/pool.c')
-rw-r--r--src/xine-utils/pool.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xine-utils/pool.c b/src/xine-utils/pool.c
index 1b7fd63f3..8b7f6d9f3 100644
--- a/src/xine-utils/pool.c
+++ b/src/xine-utils/pool.c
@@ -1,18 +1,18 @@
-/*
+/*
* Copyright (C) 2000-2006 the xine project
- *
+ *
* This file is part of xine, a free video player.
- *
+ *
* xine is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* xine is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
@@ -39,7 +39,7 @@ struct xine_pool_chunk_s {
struct xine_pool_s {
size_t object_size;
-
+
/* callbacks */
void (*create_object)(void *object);
void (*prepare_object)(void *object);