5400e4953a
resolves: RHEL-40142, RHEL-46596
24 lines
722 B
Diff
24 lines
722 B
Diff
From 2515d69e6c3f32827856014710ffd8af2c0260bb Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Mon, 8 Jul 2024 14:37:06 +0100
|
|
Subject: [PATCH] daemon/findfs.ml: Fix whitespace
|
|
|
|
(cherry picked from commit 4c5c0782af0903dff053e758977b49566f7ed096)
|
|
---
|
|
daemon/findfs.ml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/daemon/findfs.ml b/daemon/findfs.ml
|
|
index 09ac0388..cf2ba4a8 100644
|
|
--- a/daemon/findfs.ml
|
|
+++ b/daemon/findfs.ml
|
|
@@ -26,7 +26,7 @@ open Utils
|
|
let rec findfs_uuid uuid =
|
|
findfs "UUID" uuid
|
|
and findfs_label label =
|
|
- findfs "LABEL"label
|
|
+ findfs "LABEL" label
|
|
|
|
and findfs tag str =
|
|
(* Kill the cache file, forcing blkid to reread values from the
|