summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-20 12:02:45 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:48 -0400
commit04a90489cbf2989f628be571adc203bcd4473f4b (patch)
treecf5874a0b048de0efd9c7e26a6639eece9b7219f /tar
parent0f6b9d7a7029eaaeb146cb770ec2f90dad3001dd (diff)
downloadlibarchive-04a90489cbf2989f628be571adc203bcd4473f4b.tar.gz
Whitespace fixes
Diffstat (limited to 'tar')
-rw-r--r--tar/creation_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/creation_set.c b/tar/creation_set.c
index e246c0a5..d47edd76 100644
--- a/tar/creation_set.c
+++ b/tar/creation_set.c
@@ -83,7 +83,7 @@ get_filter_code(const char *suffix)
{ ".xz", "xz" },
{ NULL, NULL }
};
-
+
return get_suffix_code(filters, suffix);
}