[banshee/typeahead] Remove trailing whitespace
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee/typeahead] Remove trailing whitespace
- Date: Sat, 5 Dec 2009 21:37:57 +0000 (UTC)
commit 9dda7f3bd19cf8d3179c7bd1a528529958d85db9
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat Dec 5 13:34:13 2009 -0800
Remove trailing whitespace
.../Banshee.Collection.Gui/SearchableListView.cs | 8 ++++----
.../Hyena.Gui/Hyena.Widgets/EntryPopup.cs | 2 +-
.../Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
index 8b668b7..60ae5f5 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Collection.Gui/SearchableListView.cs
@@ -52,7 +52,7 @@ namespace Banshee.Collection.Gui
private QueryFieldSet last_query_fields = null;
private QueryNode last_query = null;
- public QueryNode LastQuery {
+ public QueryNode LastQuery {
get { return last_query; }
}
@@ -164,7 +164,7 @@ namespace Banshee.Collection.Gui
popup.Realize ();
- Gdk.Window widget_window = EventWindow;
+ Gdk.Window widget_window = EventWindow;
Gdk.Screen widget_screen = widget_window.Screen;
Gtk.Requisition popup_req;
@@ -184,7 +184,7 @@ namespace Banshee.Collection.Gui
if (widget_y + widget_height + popup_req.Height > widget_screen.Height) {
y = widget_screen.Height - popup_req.Height;
- } else if (widget_y + widget_height < 0) {
+ } else if (widget_y + widget_height < 0) {
y = 0;
} else {
y = widget_y + widget_height;
@@ -195,7 +195,7 @@ namespace Banshee.Collection.Gui
private bool IsCharValid (char c)
{
- return Char.IsLetterOrDigit (c) ||
+ return Char.IsLetterOrDigit (c) ||
Char.IsPunctuation (c) ||
Char.IsSymbol (c);
}
diff --git a/src/Libraries/Hyena.Gui/Hyena.Widgets/EntryPopup.cs b/src/Libraries/Hyena.Gui/Hyena.Widgets/EntryPopup.cs
index 09c0a04..f11d586 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Widgets/EntryPopup.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Widgets/EntryPopup.cs
@@ -75,7 +75,7 @@ namespace Hyena.Widgets
};
text_entry.KeyReleaseEvent += delegate (object o, KeyReleaseEventArgs args) {
- if (args.Event.Key == Gdk.Key.Escape ||
+ if (args.Event.Key == Gdk.Key.Escape ||
args.Event.Key == Gdk.Key.Return ||
args.Event.Key == Gdk.Key.Tab) {
diff --git a/src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs b/src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs
index a2847de..269291a 100644
--- a/src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs
+++ b/src/Libraries/Hyena/Hyena.Data.Sqlite/SqliteModelCache.cs
@@ -140,7 +140,7 @@ namespace Hyena.Data.Sqlite
} else {
select_str = String.Format (
@"SELECT {0}, OrderID, {2}.ItemID FROM {1}
- INNER JOIN {2}
+ INNER JOIN {2}
ON {3} = {2}.ItemID
WHERE
{2}.ModelID = {4} {5} {6}",
@@ -260,7 +260,7 @@ namespace Hyena.Data.Sqlite
return target_id - FirstOrderId;
}
}
-
+
return -1;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]