summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-12-01 02:13:34 -0500
committerTavian Barnes <tavianator@gmail.com>2010-12-01 02:14:17 -0500
commit014910bb35bb9e4952b7302a5d91234f6eaaca5b (patch)
treeccb5227dab31700c990bca8c180a1795684152c8
parentf36e87d366fe4613c657d83c5986ef0b2030b583 (diff)
downloaddimension-014910bb35bb9e4952b7302a5d91234f6eaaca5b.tar.xz
Whitespace fixes.
-rw-r--r--COPYING.LESSER4
-rw-r--r--libdimension/platform.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING.LESSER b/COPYING.LESSER
index fc8a5de..cca7fc2 100644
--- a/COPYING.LESSER
+++ b/COPYING.LESSER
@@ -10,7 +10,7 @@
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
- 0. Additional Definitions.
+ 0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
@@ -111,7 +111,7 @@ the following:
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
- Version.
+ Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
diff --git a/libdimension/platform.c b/libdimension/platform.c
index d93e057..8b6182d 100644
--- a/libdimension/platform.c
+++ b/libdimension/platform.c
@@ -29,7 +29,7 @@
#endif
#ifdef _WIN32
#include <windows.h>
-#endif
+#endif
#if DMNSN_BACKTRACE
#include <execinfo.h> /* For backtrace() etc. */
#endif