Updated MANIFEST.
[virt-top.git] / virt-df / virt_df_lvm2_metadata.ml
index d293577..c5e3f90 100644 (file)
@@ -1,4 +1,4 @@
-(* 'df' command for virtual domains.  -*- text -*-
+(* 'df' command for virtual domains.
    (C) Copyright 2007-2008 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
 
@@ -48,7 +48,7 @@ and output_metavalue chan prefix = function
       output_string chan "{\n";
       _output_metadata chan (prefix ^ "  ") md;
       output_string chan prefix;
-      output_string chan "}\n";
+      output_string chan "}";
   | String str ->
       output_char chan '"';
       output_string chan str;