summaryrefslogtreecommitdiff
path: root/strbuf.c
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-10 22:46:44 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-10 22:46:44 +0930
commit132e8757bc800d51058e3e1e4d2d73a0279ca0ac (patch)
treec430b456662027b7a20a9a819940a064e7d62a14 /strbuf.c
parent896fb92fd5a288352d697cddf0a1869b5b955a4a (diff)
downloadlua-cjson-1.0.1.tar.gz
lua-cjson-1.0.1.tar.bz2
lua-cjson-1.0.1.zip
Remove trailing whitespace1.0.1
Diffstat (limited to 'strbuf.c')
-rw-r--r--strbuf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/strbuf.c b/strbuf.c
index a850d41..c59b6f6 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -1,7 +1,7 @@
1/* strbuf - string buffer routines 1/* strbuf - string buffer routines
2 * 2 *
3 * Copyright (c) 2010-2011 Mark Pulford <mark@kyne.com.au> 3 * Copyright (c) 2010-2011 Mark Pulford <mark@kyne.com.au>
4 * 4 *
5 * Permission is hereby granted, free of charge, to any person obtaining 5 * Permission is hereby granted, free of charge, to any person obtaining
6 * a copy of this software and associated documentation files (the 6 * a copy of this software and associated documentation files (the
7 * "Software"), to deal in the Software without restriction, including 7 * "Software"), to deal in the Software without restriction, including
@@ -9,10 +9,10 @@
9 * distribute, sublicense, and/or sell copies of the Software, and to 9 * distribute, sublicense, and/or sell copies of the Software, and to
10 * permit persons to whom the Software is furnished to do so, subject to 10 * permit persons to whom the Software is furnished to do so, subject to
11 * the following conditions: 11 * the following conditions:
12 * 12 *
13 * The above copyright notice and this permission notice shall be 13 * The above copyright notice and this permission notice shall be
14 * included in all copies or substantial portions of the Software. 14 * included in all copies or substantial portions of the Software.
15 * 15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.