From ee205e7e812e170f670e690a4e0fa9caa652f226 Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Thu, 1 Oct 2009 01:00:09 +0900
Subject: Formatting cleanup.
---
OpenSim/Region/ClientStack/ThrottleSettings.cs | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'OpenSim/Region/ClientStack/ThrottleSettings.cs')
diff --git a/OpenSim/Region/ClientStack/ThrottleSettings.cs b/OpenSim/Region/ClientStack/ThrottleSettings.cs
index 5dcb706..551dbdf 100644
--- a/OpenSim/Region/ClientStack/ThrottleSettings.cs
+++ b/OpenSim/Region/ClientStack/ThrottleSettings.cs
@@ -26,12 +26,12 @@
*/
namespace OpenSim.Region.ClientStack
-{
+{
///
/// Represent throttle settings for a client stack. These settings are in bytes per second
///
public class ThrottleSettings
- {
+ {
///
/// Minimum bytes per second that the throttle can be set to.
///
@@ -39,13 +39,13 @@ namespace OpenSim.Region.ClientStack
///
/// Maximum bytes per second that the throttle can be set to.
- ///
+ ///
public int Max;
///
/// Current bytes per second that the throttle should be set to.
- ///
- public int Current;
+ ///
+ public int Current;
public ThrottleSettings(int min, int max, int current)
{
--
cgit v1.1
From 606e831ff5337fb5e94dcebf9d6852bd4c434d4b Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Thu, 1 Oct 2009 09:38:36 +0900
Subject: Formatting cleanup.
---
OpenSim/Region/ClientStack/ThrottleSettings.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'OpenSim/Region/ClientStack/ThrottleSettings.cs')
diff --git a/OpenSim/Region/ClientStack/ThrottleSettings.cs b/OpenSim/Region/ClientStack/ThrottleSettings.cs
index 551dbdf..fe4718c 100644
--- a/OpenSim/Region/ClientStack/ThrottleSettings.cs
+++ b/OpenSim/Region/ClientStack/ThrottleSettings.cs
@@ -40,7 +40,7 @@ namespace OpenSim.Region.ClientStack
///
/// Maximum bytes per second that the throttle can be set to.
///
- public int Max;
+ public int Max;
///
/// Current bytes per second that the throttle should be set to.
--
cgit v1.1