mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon/findfs.ml: Fix whitespace
(cherry picked from commit 4c5c0782af)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user