]> git.llucax.com Git - software/dgc/cdgc.git/commit
Make realloc() a little more readable
authorLeandro Lucarella <llucax@gmail.com>
Mon, 20 Sep 2010 00:04:50 +0000 (21:04 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 20 Sep 2010 23:33:52 +0000 (20:33 -0300)
commitc13d9fa4737aed2c0849b1c73c0c11e2eddbcb28
tree25d9016fddfb9903e1aefa8f4bc94268b6d5375e
parente888278340bec7db261d6593c42e687f7c29cb59
Make realloc() a little more readable

This is only an aesthetic change, some unneeded indentation is remove by
removing some "else" blocks when return statements ensures that path
wouldn't be followed anyway.
rt/gc/cdgc/gc.d