This file uses spaces for indentation, so fix a line where tabs are used
instead.

Signed-off-by: Antonio Ospite <osp...@studenti.unina.it>
---
 .../src/plugins/palmpre_powersupply/plugin.vala    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala 
b/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala
index 1e63a0f..a5aaa32 100644
--- a/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala
+++ b/fsodeviced/src/plugins/palmpre_powersupply/plugin.vala
@@ -36,7 +36,7 @@ class TokenLib
         FsoFramework.SmartKeyFile tf =
             new FsoFramework.SmartKeyFile();
         if (tf.loadFromFile(tokens_file))
-                       tf.stringValue("tokens", key, def);
+            tf.stringValue("tokens", key, def);
         return "";
     }
 }
-- 
1.7.1


_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to