ifpps: minor: Add parentheses to do {} while in padding_from_num()
commitc2887b312d229698d3c96505dc573c26d859b4c2
authorTobias Klauser <tklauser@distanz.ch>
Tue, 13 Aug 2013 07:40:12 +0000 (13 09:40 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 13 Aug 2013 07:40:12 +0000 (13 09:40 +0200)
treeea7404be05db349dbec8fb9e800dffa9bb8063ca
parentfcab1ec1a1a71265d86ae0b615a091c674041654
ifpps: minor: Add parentheses to do {} while in padding_from_num()

Even though the loop contains only one statement, add parentheses around
it to make it more readable.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c