Fix comment word wrapping indentation

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 3.1.5
    • Affects Version/s: 3.1.4
    • Component/s: Build
    • None
    • Fully Compatible
    • ALL
    • Platform 5 06/26/16
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      After clang-format is run with the new coding convention, there are several comments whose lines are wider then 100 columns, and must be wrapped by hand.

      find . -regextype posix-egrep -regex ".*\.(cpp|h)" | grep -v rlp_decls | xargs -I{}  grep -H --color '.\{101\}' {} | wc -l
      

              Assignee:
              Mark Benvenuto
              Reporter:
              Mark Benvenuto
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: