Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1211412?usp=email )
Change subject: clang-format: change a few things for more readable code
......................................................................
clang-format: change a few things for more readable code
Also try not to trigger so many checkpatch warnings and errors.
Change ternary operator format. I feel like
xxxx
? if true
: if false
is easier to read, and the indentation choice is nicer.
Change-Id: I64a601cadbec0b78cfad1fd8183b68984e5b704b
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/.clang-format
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/12/1211412/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1211412?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I64a601cadbec0b78cfad1fd8183b68984e5b704b
Gerrit-Change-Number: 1211412
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>