diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:46:44 +0930 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-05-10 22:46:44 +0930 |
| commit | 132e8757bc800d51058e3e1e4d2d73a0279ca0ac (patch) | |
| tree | c430b456662027b7a20a9a819940a064e7d62a14 /strbuf.c | |
| parent | 896fb92fd5a288352d697cddf0a1869b5b955a4a (diff) | |
| download | lua-cjson-132e8757bc800d51058e3e1e4d2d73a0279ca0ac.tar.gz lua-cjson-132e8757bc800d51058e3e1e4d2d73a0279ca0ac.tar.bz2 lua-cjson-132e8757bc800d51058e3e1e4d2d73a0279ca0ac.zip | |
Remove trailing whitespace1.0.1
Diffstat (limited to '')
| -rw-r--r-- | strbuf.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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. |
