[libgames-support] Minor style tweak



commit 4f218204ff32a649a4f5d478ccf8ae742bb5fa72
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Jul 29 19:09:26 2015 -0500

    Minor style tweak

 games/scores/category.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/games/scores/category.vala b/games/scores/category.vala
index 8e80ea0..cdcf802 100644
--- a/games/scores/category.vala
+++ b/games/scores/category.vala
@@ -21,7 +21,7 @@
 namespace Games {
 namespace Scores {
 
-public class Category: Object
+public class Category : Object
 {
     public string key { get; set; }
     public string name { get; set; }


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