Re: [Openvpn-devel] [PATCH] plugins, down-root: Code style clean-up

2014-12-08 Thread Steffan Karger
ACK -Steffan On 08-12-14 23:45, David Sommerseth wrote: > From: David Sommerseth > > The coding style was somewhat chaotic. Cleaning it up using the astyle > tool. The style parameters are coherent to what was agreed upon at the > Munich Hackathon 2014 [1]. > > astyle --style=allman --i

[Openvpn-devel] [PATCH] plugins, down-root: Code style clean-up

2014-12-08 Thread David Sommerseth
From: David Sommerseth The coding style was somewhat chaotic. Cleaning it up using the astyle tool. The style parameters are coherent to what was agreed upon at the Munich Hackathon 2014 [1]. astyle --style=allman --indent=spaces=4 -c Also included a "Local variables" section which some