summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-06-14 17:21:32 +0000
committerAlyssa Ross <hi@alyssa.is>2020-06-14 17:23:15 +0000
commiteca4902ece142985f3fb2a16651d15d6dbf9b24b (patch)
tree2b2bdce9a65e2e7f91e8b04b3499daa705edfbd8
parent9eeecc4807f2fed6296c4676b522250ebae246d0 (diff)
downloadcrosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar.gz
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar.bz2
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar.lz
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar.xz
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.tar.zst
crosvm-eca4902ece142985f3fb2a16651d15d6dbf9b24b.zip
crosvm: fmt
I should have run this before committing
28d9682698d287d14cbe67a0ed7acc1427add320, but I did not.
-rw-r--r--src/main.rs11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index ed7bb30..36f3881 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1701,16 +1701,21 @@ Enable split-irqchip support.
             "Path to sysfs of pass through or mdev device",
         ),
         #[cfg(feature = "video-decoder")]
-        Argument::flag("video-decoder", "\
+        Argument::flag(
+            "video-decoder",
+            "\
 (EXPERIMENTAL)
 Enable virtio-video decoder device.
 ",
         ),
         #[cfg(feature = "video-encoder")]
-        Argument::flag("video-encoder", "\
+        Argument::flag(
+            "video-encoder",
+            "\
 (EXPERIMENTAL)
 Enable virtio-video encoder device.
-"),
+",
+        ),
         Argument::value("acpi-table", "PATH", "Path to user provided ACPI table."),
         Argument::short_flag('h', "help", "Print help message."),
     ];