Changes between Version 21 and Version 22 of CodeStyle


Ignore:
Timestamp:
02/07/17 09:52:13 (7 years ago)
Author:
Samuli Seppänen
Comment:

Remove mention of "not yet in use"

Legend:

Unmodified
Added
Removed
Modified
  • CodeStyle

    v21 v22  
    1 ** This coding style is not final and not yet in effect.  Discussion ongoing in #openvpn-devel.  Right before branching of the release/2.4 branch, we will have The Great Reformatting where we switch to this coding style. **
    2 
    31= Introduction =
    42
    5 The OpenVPN coding style is based on the Allman style, e.g.:
     3The OpenVPN 2.4+ coding style is based on the Allman style, e.g.:
    64{{{#!c
    75void myfunction(int a, int b)