Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-17 | Coding standards cleanup - remove trailing whitespace, fixes VPP-332 | Damjan Marion | 1 | -0/+4 | |
Change-Id: I649a17f8fa47599faf438b2e596f53761790d10c Signed-off-by: Damjan Marion <damarion@cisco.com> | |||||
2016-08-12 | VPP-237: Checkstyle script to check for new checkstyle breakage | Ed Warnicke | 1 | -0/+73 | |
indent is... cantankerous It sometimes happens that if you run indent A resulting in A' and then indent A' you get back A. Since the check here is premised on being able to run indent and not see any changed... we have to run it twice to be sure. Change-Id: I5b73e02f5996d8a01ec2e46741affbc6d62da6c9 Signed-off-by: Ed Warnicke <eaw@cisco.com> |