]> xenbits.xensource.com Git - libvirt.git/commit
Standardize whitespace used in example config files
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 25 May 2012 09:32:17 +0000 (10:32 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 09:59:13 +0000 (10:59 +0100)
commitc5c3278e9b96246ab0b755da6d74583e41612ed3
treed43411378850bb3f95254a0141d8c9fa7f0e3064
parent076f200689b9c06534cecb84790fc6291e700e0d
Standardize whitespace used in example config files

Instead of doing

  # example_config

use

  #example_config

so it is possible to programatically uncomment example config
options, as distinct from their comment/descriptions

Also delete rogue trailing comma not allowed by lens

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
daemon/libvirtd.conf
src/lxc/lxc.conf
src/qemu/qemu.conf