[gnome-boxes] cosmetic



commit dd93a62ef1ab070190add2a67bac20de237cfb09
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Apr 8 02:21:33 2013 +0200

    cosmetic

 src/i-properties-provider.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/i-properties-provider.vala b/src/i-properties-provider.vala
index d28ab7d..a6519c8 100644
--- a/src/i-properties-provider.vala
+++ b/src/i-properties-provider.vala
@@ -141,8 +141,8 @@ private class Boxes.StringProperty : Boxes.Property {
 
 [Flags]
 public enum PropertyCreationFlag {
-    NONE = 0,
-    NO_USB = 1<<0
+    NONE,
+    NO_USB,
 }
 
 private interface Boxes.IPropertiesProvider: GLib.Object {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]