tree-wide: Switch tabs ⭾ in various files over to spaces ␠

As $DEITY intended.

I was reading the `prepare-root.c` code and the indentation damage was
distracting. Squash tabs that have leaked into various places in the code. I
didn't yet touch the `src/libostree` bits as that has higher potential for
conflict.

Closes: #852
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-05-11 10:59:21 -04:00 committed by Atomic Bot
parent ce4d21bc17
commit b83d509e78
6 changed files with 93 additions and 94 deletions

View File

@ -503,8 +503,7 @@ struct fuse_operations callback_oper = {
.removexattr = callback_removexattr .removexattr = callback_removexattr
}; };
enum enum {
{
KEY_HELP, KEY_HELP,
KEY_VERSION, KEY_VERSION,
}; };