Mercurial > trustbridge
view HACKING @ 1268:2efdf2faf4e5
Remove dead variable and fix possible null pointer dereference
Problems found by clang static-analyzer
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 19:31:53 +0200 |
parents | 1dc1f5a4b577 |
children |
line wrap: on
line source
Please keep C code according to GNU coding standards. With regards to the style: astyle --style=gnu --indent=spaces=2 For the C++ Ui code please use the kdelibs coding style astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad-oper --unpad-paren --pad-header \ --keep-one-line-statements --convert-tabs \ --indent-preprocessor