Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
formatter
/
continuationIndentInIndentingStatement2.py
blob: 63957fbc56e4c0d756470affb2f173ac52793833 [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
def
f
(
value
,
value1
,
value2
):
2
if
value
in
(
3
value1
,
value2
)
or
value
==
0
:
# <- missing continuation indent here
4
return
False