Changes between Initial Version and Version 1 of Ticket #6143


Ignore:
Timestamp:
Oct 6, 2015, 1:51:18 PM (9 years ago)
Author:
Kurt Schwehr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6143 – Description

    initial v1  
    3131}
    3232}}}
     33Note:  The above formatted with:
     34{{{#!bash
     35clang-format -style="{BasedOnStyle: Google, IndentWidth: 4}"
     36}}}
     37Would be nice to make a clang-format style definition that matches the default GDAL style.  http://clangformat.com/
    3338
    3439An example of how this can be used to simplify cleanup in functions/methods with multiple return paths needing cleanup. (picking ParseKMLGeometry from ogrgftlayer.cpp at random)