← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 456: indentation fix

 

------------------------------------------------------------
revno: 456
committer: Siegfried-Angel Gevatter Pujals <siegfried@xxxxxxxxxxxx>
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)