Remove trailing whitespace.
[cython.git] / tests / run / literals.pyx
index 388fe675481f31513300c9cbb0c845c4b196405a..0d71625dc5b4749d837776386e78b5ed8cc0a7d4 100644 (file)
@@ -37,9 +37,9 @@ double quoted string."""
 a \three \line
 raw string with some backslashes.'''
     m = 'Three backslashed ordinaries: \c\g\+'
-    n = '''Triple single quoted string 
+    n = '''Triple single quoted string
 with ' and " quotes'''
-    o = """Triple double quoted string 
+    o = """Triple double quoted string
 with ' and " quotes"""
     p = "name_like_string"
     q = "NameLikeString2"