Skip to content

Commit

Permalink
remove a few end of line spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Apr 30, 2018
1 parent 82d872b commit d5468fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ html:

# for use in travis; tests whatever you got.
# use PYTHON3=1 to force python3 in other environments.
tests:
tests:
(cd tests; env CLASSPATH=../build/test-classes:../build/classes PYTHONPATH=..:$(PYTHONPATH) $(NOSETESTS) -v)
4 changes: 2 additions & 2 deletions jnius/jnius.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ include "config.pxi"

IF JNIUS_PLATFORM == "android":
include "jnius_jvm_android.pxi"
ELIF JNIUS_PLATFORM == "win32":
ELIF JNIUS_PLATFORM == "win32":
include "jnius_jvm_desktop.pxi"
ELSE:
include "jnius_jvm_dlopen.pxi"
Expand All @@ -111,7 +111,7 @@ include "jnius_conversion.pxi"
include "jnius_localref.pxi"
IF JNIUS_PYTHON3:
include "jnius_nativetypes3.pxi"
ELSE:
ELSE:
include "jnius_nativetypes.pxi"

include "jnius_export_func.pxi"
Expand Down

0 comments on commit d5468fb

Please sign in to comment.