summaryrefslogtreecommitdiffstats
path: root/compress.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-31 16:06:53 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-31 16:06:53 -0800
commit443295ee65c3ebc5085fcab3cc9d533b0fac4f0f (patch)
treedc425cf8028e3b78c635148bfc0a905b1e800327 /compress.c
parent1c59c27129b45b9f2cfd630428f57c643276b906 (diff)
Remove trailing whitespace.
The result of find . -name "*.[ch]" -exec emacs -batch {} \ --eval="(progn (delete-trailing-whitespace) (and (buffer-modified-p) (save-buffer)))" \;
Diffstat (limited to 'compress.c')
-rw-r--r--compress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compress.c b/compress.c
index 9b809507..90ff4b4b 100644
--- a/compress.c
+++ b/compress.c
@@ -983,4 +983,3 @@ struct mx_ops mx_comp_ops =
.msg_padding_size = compress_msg_padding_size,
.save_to_header_cache = NULL, /* compressed doesn't support maildir/mh */
};
-