aboutsummaryrefslogtreecommitdiff
path: root/linux/lib/xz/xz_dec_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/lib/xz/xz_dec_test.c')
-rw-r--r--linux/lib/xz/xz_dec_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/lib/xz/xz_dec_test.c b/linux/lib/xz/xz_dec_test.c
index 40885a0..da28a19 100644
--- a/linux/lib/xz/xz_dec_test.c
+++ b/linux/lib/xz/xz_dec_test.c
@@ -99,8 +99,8 @@ static int xz_dec_test_release(struct inode *i, struct file *f)
* The .xz file must have exactly one Stream and no Stream Padding. The data
* after the first Stream is considered to be garbage.
*/
-static ssize_t xz_dec_test_write(struct file *file,
- const char __user *buf, size_t size, loff_t *pos)
+static ssize_t xz_dec_test_write(struct file *file, const char __user *buf,
+ size_t size, loff_t *pos)
{
size_t remaining;