Merge pull request #7974 from msabramo/CODING_GUIDELINES_slash_to_backslash

CODING_GUIDELINES: Fix typo: / => \
pull/7980/head
Michael DeHaan 11 years ago
commit e013043f40

@ -120,7 +120,7 @@ Line up variables
Don't use line continuations:
# no
if (this_is_a_very_long_line and foo and /
if (this_is_a_very_long_line and foo and \
i_am_going_to_continue_it):
bar()

Loading…
Cancel
Save