------------------------------------------------------------
revno: 456
committer: Siegfried-Angel Gevatter Pujals <siegfr...@gevatter.com>
branch nick: bluebird
timestamp: Thu 2012-03-29 19:51:33 +0200
message:
  indentation fix
modified:
  src/sql.vala


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/sql.vala'
--- src/sql.vala	2012-03-26 14:38:14 +0000
+++ src/sql.vala	2012-03-29 17:51:33 +0000
@@ -101,7 +101,7 @@
             int rc = Sqlite.Database.open_v2 (
                 Utils.get_database_file_path (),
                 out database, flags);
-            
+
             if (rc == Sqlite.OK)
             {
                 try
@@ -134,7 +134,7 @@
                         throw err;
                 }
             }
-            
+
             if (rc != Sqlite.OK)
             {
                 if (rc == Sqlite.CORRUPT && retry)

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to