Author: Manuel Jacob
Branch: 
Changeset: r69123:9b8d5bb9504b
Date: 2014-02-12 15:28 +0100
http://bitbucket.org/pypy/pypy/changeset/9b8d5bb9504b/

Log:    Remove trailing whitespaces.

diff --git a/include/PyPy.h b/include/PyPy.h
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -14,13 +14,13 @@
 
 
 /* Initialize the home directory of PyPy.  It is necessary to call this.
-  
+
    Call it with "home" being the file name of the libpypy.so, for
    example; it will be used as a starting point when searching for the
    lib-python and lib_pypy directories.  They are searched from
    "home/..", "home/../..", etc.  Returns 0 if everything was fine.  If
    an error occurs, returns 1 and (if verbose != 0) prints some
-   information to stderr. 
+   information to stderr.
  */
 int pypy_setup_home(char *home, int verbose);
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to