]> granicus.if.org Git - graphviz/commit
cgraph.h: Each identifier in dedicated statement
authorErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 11:23:37 +0000 (13:23 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 5 Apr 2017 20:38:20 +0000 (22:38 +0200)
commit462a4d95a2a2ed8de484e1b5d7fe5bfbee74f66f
tree56527504f851540e41ea99e7c0dec8c6f1450be0
parent593ccd787a18a7844f12a16e6b3d185ded487dc0
cgraph.h: Each identifier in dedicated statement

It is good practice to define each identifier in a dedicated statement,
various standard and style guides recommend this. Because where multiple
declarators appear in the same declaration, the type of an identifier
may not meet a developer's expectations.
lib/cgraph/cgraph.h