Skip to content
Snippets Groups Projects
  1. Jan 14, 2025
    • Rob Swindell's avatar
      First pass run of uncrustify (code beautification) · 45c8fa94
      Rob Swindell authored
      White-space changes only, exception being the rare insertion of NL before
      closing brace (couldn't find the option to disable that behavior).
      
      I excluded some header files (e.g. sbbs.h) since uncrustify seemed to be doing
      more harm than good there. I might just end up applying different set of rules
      to .h files.
      45c8fa94
    • Rob Swindell's avatar
      f007ae23
    • Rob Swindell's avatar
      Add missing closing bracket in #ifdef'd out code block · 22442872
      Rob Swindell authored
      Causing uncrustify (0.80) to assert:
      
      do_source_file: Parsing: execmisc.cpp as language CPP
      parse_cleanup(479): pc orig line is 1257, orig col is 55, Text() is ')', type is PAREN_CLOSE
      parse_cleanup(485): (frm.top().type + 1) is SQUARE_CLOSE
      parse_cleanup(492): File: execmisc.cpp, orig line is 1257, orig col is 55, Error: Unexpected ')' for 'SQUARE_OPEN', which was on line 1257
      22442872
  2. Jan 13, 2025
  3. Jan 12, 2025
  4. Jan 11, 2025
  5. Jan 10, 2025
  6. Jan 09, 2025
Loading