diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 12:46:38 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 12:46:38 +0000 |
commit | f0a51fb571f46531025fa09240bbc3e1af925e84 (patch) | |
tree | 558b4f0e737fda4b9ab60f252c9c23b8a4ca523e /webkit/build | |
parent | 6390be368205705f49ead3cec40396519f13b889 (diff) | |
download | chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.zip chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.tar.gz chromium_src-f0a51fb571f46531025fa09240bbc3e1af925e84.tar.bz2 |
Fixes CRLF and trailing white spaces.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/JavaScriptCore/pthread.h | 2 | ||||
-rw-r--r-- | webkit/build/precompiled_webkit.cc | 2 | ||||
-rw-r--r-- | webkit/build/precompiled_webkit_c.c | 2 | ||||
-rwxr-xr-x | webkit/build/webkit_version.py | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/webkit/build/JavaScriptCore/pthread.h b/webkit/build/JavaScriptCore/pthread.h index 84cb9a8..1c6b337 100644 --- a/webkit/build/JavaScriptCore/pthread.h +++ b/webkit/build/JavaScriptCore/pthread.h @@ -55,7 +55,7 @@ inline int pthread_mutex_unlock(pthread_mutex_t* mutex) { #define PTHREAD_MUTEX_INITIALIZER 0 -// +// // pthread_cond_t typedef int pthread_cond_t; diff --git a/webkit/build/precompiled_webkit.cc b/webkit/build/precompiled_webkit.cc index 6c56adf..e8b969b 100644 --- a/webkit/build/precompiled_webkit.cc +++ b/webkit/build/precompiled_webkit.cc @@ -5,4 +5,4 @@ // the PCH file here asserts that the /FI option is indeed correctly set. // // "/FI [header file]" means force include. The specified include file will be -// included before each compilation unit (.c/.cc file).
\ No newline at end of file +// included before each compilation unit (.c/.cc file). diff --git a/webkit/build/precompiled_webkit_c.c b/webkit/build/precompiled_webkit_c.c index ad33662..b20420c 100644 --- a/webkit/build/precompiled_webkit_c.c +++ b/webkit/build/precompiled_webkit_c.c @@ -10,4 +10,4 @@ // Why a second .c file (in addition to a .cc file) ? Well, PCH for C and C++ // are not intermixable and it happens that some projects have a lot of C files. // Also, the base name of the file must be different because MSVC has some -// trouble with having more than one source file with the same base name.
\ No newline at end of file +// trouble with having more than one source file with the same base name. diff --git a/webkit/build/webkit_version.py b/webkit/build/webkit_version.py index 7f64238..9f8fbab 100755 --- a/webkit/build/webkit_version.py +++ b/webkit/build/webkit_version.py @@ -59,5 +59,5 @@ def main(): if __name__ == "__main__": main() - - + + |