[gnome-boxes] Micro coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] Micro coding-style fix
- Date: Thu, 4 Oct 2012 22:39:50 +0000 (UTC)
commit 808ea781120982620a31070dcd1a5ab651b25055
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Oct 5 01:12:44 2012 +0300
Micro coding-style fix
Lines must not exceed 120 characters.
src/installer-media.vala | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/installer-media.vala b/src/installer-media.vala
index 64b7cdb..32cdb97 100644
--- a/src/installer-media.vala
+++ b/src/installer-media.vala
@@ -93,8 +93,11 @@ private class Boxes.InstallerMedia : GLib.Object {
(os_media.architecture == "i686" && architecture == "x86_64");
}
- protected void add_cd_config (Domain domain, DomainDiskType type, string iso_path, string device_name, bool mandatory = false)
- {
+ protected void add_cd_config (Domain domain,
+ DomainDiskType type,
+ string iso_path,
+ string device_name,
+ bool mandatory = false) {
var disk = new DomainDisk ();
disk.set_type (type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]