aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Jacob <unknown>2014-02-12 15:28:36 +0100
committerManuel Jacob <unknown>2014-02-12 15:28:36 +0100
commit4a3d44c7af2e9153150eed2b5dd0048483bbc8fe (patch)
tree6ce16fa6939d65a8039534dd65b8c89361e050df /include
parentFix the comment here (diff)
downloadpypy-4a3d44c7af2e9153150eed2b5dd0048483bbc8fe.tar.gz
pypy-4a3d44c7af2e9153150eed2b5dd0048483bbc8fe.tar.bz2
pypy-4a3d44c7af2e9153150eed2b5dd0048483bbc8fe.zip
Remove trailing whitespaces.
Diffstat (limited to 'include')
-rw-r--r--include/PyPy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/PyPy.h b/include/PyPy.h
index a963e35594..7b77abb10f 100644
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -14,13 +14,13 @@ void rpython_startup_code(void);
/* 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);