summaryrefslogtreecommitdiff
path: root/print-rx.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 11:53:09 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-02-15 13:19:03 +0100
commit59d37c7ec5a7ce949db07d50594cca68fa724443 (patch)
treeaa38096422e05a72e68fab6cdf4843f0d361d327 /print-rx.c
parent695ce83d0ad8eeaec1e1dec218279ac2d2168189 (diff)
downloadtcpdump-59d37c7ec5a7ce949db07d50594cca68fa724443.tar.gz
Fix spaces before tabs in indentation
Diffstat (limited to 'print-rx.c')
-rw-r--r--print-rx.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/print-rx.c b/print-rx.c
index dbef71c0..0a1a8d12 100644
--- a/print-rx.c
+++ b/print-rx.c
@@ -441,17 +441,17 @@ static const char *voltype[] = { "read-write", "read-only", "backup" };
static const struct tok afs_fs_errors[] = {
{ 101, "salvage volume" },
- { 102, "no such vnode" },
- { 103, "no such volume" },
- { 104, "volume exist" },
- { 105, "no service" },
- { 106, "volume offline" },
- { 107, "voline online" },
- { 108, "diskfull" },
- { 109, "diskquota exceeded" },
- { 110, "volume busy" },
- { 111, "volume moved" },
- { 112, "AFS IO error" },
+ { 102, "no such vnode" },
+ { 103, "no such volume" },
+ { 104, "volume exist" },
+ { 105, "no service" },
+ { 106, "volume offline" },
+ { 107, "voline online" },
+ { 108, "diskfull" },
+ { 109, "diskquota exceeded" },
+ { 110, "volume busy" },
+ { 111, "volume moved" },
+ { 112, "AFS IO error" },
{ 0xffffff9c, "restarting fileserver" }, /* -100, sic! */
{ 0, NULL }
};