Skip to content

Commit 77e940c

Browse files
committed
Fix formatting.
1 parent fd3f8f5 commit 77e940c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/commands/frame/var-dil/expr/CStyleCast/TestFrameVarDILCStyleCast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def test_type_cast(self):
180180
self.expect_var_path("(unsigned long long*)vp", type="unsigned long long *")
181181
self.expect_var_path("(unsigned short int*)vp", type="unsigned short *")
182182

183-
184183
if Is32Bit:
185184
self.expect_var_path("(void*)0", type="void *", value="0x00000000")
186185
self.expect_var_path("(void*)1", type="void *", value="0x00000001")

0 commit comments

Comments
 (0)