[banshee/gio-hardware] Cleanup, adhere to code style
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] Cleanup, adhere to code style
- Date: Tue, 27 Jul 2010 09:26:45 +0000 (UTC)
commit 6ceeae41615dbcd66e9fe66f2c44123dcaa0a44f
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Jul 27 02:25:27 2010 -0700
Cleanup, adhere to code style
.../Banshee.Hal/Banshee.HalBackend/Device.cs | 1 -
.../Banshee.Hardware/IUsbPortInfo.cs | 10 ++++------
2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/src/Backends/Banshee.Hal/Banshee.HalBackend/Device.cs b/src/Backends/Banshee.Hal/Banshee.HalBackend/Device.cs
index 9f7e138..88bbe56 100644
--- a/src/Backends/Banshee.Hal/Banshee.HalBackend/Device.cs
+++ b/src/Backends/Banshee.Hal/Banshee.HalBackend/Device.cs
@@ -147,7 +147,6 @@ namespace Banshee.HalBackend
return null;
}
-
private static Stack<Hal.Device> CollectUsbDeviceStack (Hal.Device device)
{
Stack<Hal.Device> device_stack = new Stack<Hal.Device> ();
diff --git a/src/Core/Banshee.Services/Banshee.Hardware/IUsbPortInfo.cs b/src/Core/Banshee.Services/Banshee.Hardware/IUsbPortInfo.cs
index 4d3a220..097b709 100644
--- a/src/Core/Banshee.Services/Banshee.Hardware/IUsbPortInfo.cs
+++ b/src/Core/Banshee.Services/Banshee.Hardware/IUsbPortInfo.cs
@@ -24,12 +24,10 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-
-using System;
-
-namespace Banshee.Hardware {
-
- public interface IUsbPortInfo {
+namespace Banshee.Hardware
+{
+ public interface IUsbPortInfo
+ {
int BusNumber { get; }
int DeviceNumber { get; }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]