Index: uspace/app/bdsh/cmds/modules/cp/cp.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/cp.c	(revision b7be2306e00c5daf940f0576c52cc60bcff8feba)
+++ uspace/app/bdsh/cmds/modules/cp/cp.c	(revision 161ae0907d38dedd94fb6a9eebb3140377d0d848)
@@ -70,5 +70,6 @@
 }
 
-static int64_t copy_file(const char *src, const char *dest, size_t blen, int vb)
+static int64_t copy_file(const char *src, const char *dest,
+	size_t blen, int vb)
 {
 	int fd1, fd2, bytes = 0;
