summaryrefslogtreecommitdiff
path: root/src/sbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbuf.h')
-rw-r--r--src/sbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sbuf.h b/src/sbuf.h
index 071ab7d..ae4ea9c 100644
--- a/src/sbuf.h
+++ b/src/sbuf.h
@@ -7,12 +7,12 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* ratpoison 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
@@ -24,7 +24,7 @@
#include <stdlib.h>
-struct
+struct
sbuf
{
char *data;