[folks] Minor style change in presence-details.vala



commit 1c2329ec8032d3614e9a9b02e7b0b3166e62529c
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Wed Jul 20 15:48:01 2011 +0200

    Minor style change in presence-details.vala
    
    Moved left brace of enum from end of line
    to start of next line to match Folks style.

 folks/presence-details.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/folks/presence-details.vala b/folks/presence-details.vala
index b088de2..5f8a642 100644
--- a/folks/presence-details.vala
+++ b/folks/presence-details.vala
@@ -28,7 +28,8 @@ using GLib;
  * [[http://telepathy.freedesktop.org/spec/Connection_Interface_Simple_Presence.html#Connection_Presence_Type|SimplePresence]]
  * interface in the Telepathy specification.
  */
-public enum Folks.PresenceType {
+public enum Folks.PresenceType
+{
   /**
    * never set
    */



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