[tracker] tests/libtracker-miner: Fixed trailing whitespaces
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tests/libtracker-miner: Fixed trailing whitespaces
- Date: Tue, 1 Nov 2011 15:38:27 +0000 (UTC)
commit 9c43f26ca10f725d346c84bc64967e24f4c28ef5
Author: Ivan Frade <ivan frade gmail com>
Date: Tue Nov 1 17:31:04 2011 +0200
tests/libtracker-miner: Fixed trailing whitespaces
... or Martyn would cut my fingers
.../libtracker-miner/tracker-connection-mock.vala | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/libtracker-miner/tracker-connection-mock.vala b/tests/libtracker-miner/tracker-connection-mock.vala
index d60275c..ebc18cf 100644
--- a/tests/libtracker-miner/tracker-connection-mock.vala
+++ b/tests/libtracker-miner/tracker-connection-mock.vala
@@ -68,11 +68,11 @@ public class TrackerMockConnection : Sparql.Connection {
TrackerMockResults results = null;
TrackerMockResults hardcoded = new TrackerMockResults ({{"11", "12"}, {"21", "22"}}, 2, 2,
- {"artist", "album"},
+ {"artist", "album"},
{Sparql.ValueType.STRING, Sparql.ValueType.STRING});
- public override Sparql.Cursor query (string sparql,
- Cancellable? cancellable = null)
+ public override Sparql.Cursor query (string sparql,
+ Cancellable? cancellable = null)
throws Sparql.Error, IOError, DBusError {
if (this.results != null) {
return results;
@@ -82,7 +82,7 @@ public class TrackerMockConnection : Sparql.Connection {
}
- public async override Sparql.Cursor query_async (string sparql, Cancellable? cancellable = null)
+ public async override Sparql.Cursor query_async (string sparql, Cancellable? cancellable = null)
throws Sparql.Error, IOError, DBusError {
if (this.results != null) {
return results;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]