Skip to content

Commit d2311ae

Browse files
author
jan.nijtmans
committed
Minor indenting fix
1 parent 418bd0b commit d2311ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

macosx/tkMacOSXAccessibility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ void PostAccessibilityAnnouncement(NSString *message)
362362
return value;
363363
}
364364

365-
/* Return label for buttons. */
365+
/* Return label for buttons. */
366366
if (role && CFStringCompare(role, kAXButtonRole, 0) == kCFCompareEqualTo) {
367367
NSString *value = self.accessibilityLabel;
368368
return value;
369-
}
369+
}
370370

371371
Tk_Window win = self.tk_win;
372372
if (!win) {

0 commit comments

Comments
 (0)