K 10 svn:author V 8 hselasky K 8 svn:date V 27 2015-11-25T13:26:42.716506Z K 7 svn:log V 347 Add simple indent wrapper tool for style(9) checking GIT/SVN patches. The indent_wrapper tool only accepts full context diffs and works by identifying the surrounding C-block touched by a diff and passing only that to indent for styling. In the end a diff is produced or an external tool like meld can be invoked, to show the styling differences. END