Skip to content
  • Jeremy Huddleston Sequoia's avatar
    XQuartz: Source formatting cleanup · 5324557c
    Jeremy Huddleston Sequoia authored
    indent butchered Objective-C formatting.  This patch was created by:
    
    1) Reverting the indent changes in hw/xquartz
    2) Editing X11Application.m and chaning some #ifdef logic to work
       with uncrustify
    3) Hand edited some (c) notifications
    4) Opened all XQuartz sources in XCode and re-indented (^I)
    5) Ran uncrustify with this configuration
       (as close to the indent rules as I could get):
    
    tok_split_gte=false
    utf8_byte=true
    utf8_force=true
    indent_cmt_with_tabs=false
    indent_align_string=false
    indent_braces=false
    indent_braces_no_func=false
    indent_braces_no_class=false
    indent_braces_no_struct=false
    indent_brace_parent=false
    indent_namespace=false
    indent_extern=false
    indent_class=false
    indent_class_colon=false
    indent_else_if=false
    indent_var_def_cont=false
    indent_func_call_param=false
    indent_func_def_param=false
    indent_func_proto_param=false
    indent_func_class_param=false
    indent_func_ctor_var_param=false
    indent_template_param=false
    indent_func_param_double=false
    indent_relati...
    5324557c