]> git.k1024.org Git - pylibacl.git/commit
Rework a long if/else if statement
authorIustin Pop <iusty@k1024.org>
Sat, 12 May 2012 22:51:58 +0000 (00:51 +0200)
committerIustin Pop <iusty@k1024.org>
Sat, 12 May 2012 22:51:58 +0000 (00:51 +0200)
commitcaa91774976629689a0ab3cae04fee31f260a852
treeb5f330cfcaf98118daaab3ef30188719be6c7deb
parent767ddcf5e7181e1cb8242a5b9b24645ba5c0889b
Rework a long if/else if statement

The switch/case method seems much clearer (it shows that we case on a
single expression).
acl.c