[AdgLDim] Removed redundant " != NULL" checks
commitb7c94ed3ad6640cc817ee96268c4f85ba9485bd4
authorNicola Fontana <ntd@entidi.it>
Sat, 24 Apr 2010 15:33:50 +0000 (24 17:33 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 24 Apr 2010 15:33:50 +0000 (24 17:33 +0200)
tree404873b70f4dc7a740ecee71b164e85e8ea67d90
parentc3728eb566dfb6eae2d5134ece943408f7a34999
[AdgLDim] Removed redundant " != NULL" checks

Useless change: I prefer "if (pointer)" to "if (pointer != NULL)".
src/adg/adg-ldim.c