From c1b7e91add52a38cd254969f2b2efd8cd6d001e6 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Sun, 30 Jul 2023 16:23:44 -0400
Subject: opk/write: Wrap a long line

---
diff --git a/opkg-opk/opk/write.c b/opkg-opk/opk/write.c
index 996007d..0d3ce40 100644
--- a/opkg-opk/opk/write.c
+++ b/opkg-opk/opk/write.c
@@ -113,8 +113,8 @@ _opkg_opk_opk_write_dir_read(struct opkg_opk_opk *opk,
 	int                      ret;
 
 	child_path = opk->path_virt + path_off;
-	children_n = scandir(opk->path_real, &children, _opkg_opk_opk_write_filter,
-			_opkg_opk_opk_write_compar);
+	children_n = scandir(opk->path_real, &children,
+			_opkg_opk_opk_write_filter, _opkg_opk_opk_write_compar);
 	for (children_i = 0; children_i < children_n; ++children_i) {
 		child.name = children[children_i]->d_name;
 		child.parent = dir;
--
cgit v0.9.1