]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Remove multiple assignment
authorsimransinghal <singhalsimran0@gmail.com>
Tue, 20 Mar 2018 17:57:51 +0000 (23:27 +0530)
committersimransinghal <singhalsimran0@gmail.com>
Sat, 31 Mar 2018 09:33:23 +0000 (15:03 +0530)
commit7f81c03e3ae4622311e26fe7b053f17867a45d3a
tree55d6a1eb46bf55c0e76d4c399a17dbdd54167964
parentd88026eb8e0edd3478f2a50f904c86e5b2c5d05e
common: Remove multiple assignment

According to Linux kernel coding style there should not be multiple assignments on a single line to make code more readable.

Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
src/common/TextTable.cc