summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-std.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-05-15 01:55:00 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2010-05-15 01:55:00 +0000
commitff95b300f8204c215384425032124f206349bca2 (patch)
treeabdb4fced025cb35b974f9f0ba0c7d6c9fd01094 /Build/source/texk/kpathsea/c-std.h
parent64252d2baf23bb55ca90c388215779740c73e695 (diff)
remove trailing spaces.
git-svn-id: svn://tug.org/texlive/trunk@18276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/c-std.h')
-rw-r--r--Build/source/texk/kpathsea/c-std.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/c-std.h b/Build/source/texk/kpathsea/c-std.h
index 40e0ce78bd0..6d0169d16ae 100644
--- a/Build/source/texk/kpathsea/c-std.h
+++ b/Build/source/texk/kpathsea/c-std.h
@@ -22,7 +22,7 @@
/* Header files that essentially all of our sources need, and
that all implementations have. We include these first, to help with
NULL being defined multiple times. */
-/* Workaround against a <math.h> MSVC bug : it can't be declared
+/* Workaround against a <math.h> MSVC bug : it can't be declared
extern "C" in a c++ source file. */
#ifndef __cplusplus
#include <math.h>