The B5 goto-replacement introduced indentation inconsistency: opening/closing braces were at tab+2, body at 6 spaces. The original code (ns_ax_face_is_selected deletion) used tab for braces and tab+2 for body. Align the new if-block to match existing style: - Opening brace: tab (was tab+2) - Body lines (int selected_line, NSString *candidate, if(candidate)): tab+2 (was 6 spaces after partial fix) - Continuation of NSString declaration: tab+4 (was tab) - Closing brace: tab (was tab+2)
38 KiB
38 KiB