From 65c5efe43b68700bad94076d4cd421160203c5de Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 01:22:11 +0000 Subject: Formatting cleanup. --- OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs | 4 ++-- .../OpenGridServices.Manager.ConnectToGridServerDialog.cs | 6 +++--- .../gtk-gui/OpenGridServices.Manager.MainWindow.cs | 6 +++--- .../Grid/Manager/OpenGridServices.Manager/gtk-gui/generated.cs | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'OpenSim/Grid/Manager/OpenGridServices.Manager') diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs index aff4719..06e2f8a 100644 --- a/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs +++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/Util.cs @@ -82,11 +82,11 @@ namespace OpenSim.Framework.Utilities /// Convert a variable length field (byte array) to a string, with a /// field name prepended to each line of the output /// - /// If the byte array has unprintable characters in it, a + /// If the byte array has unprintable characters in it, a /// hex dump will be put in the string instead /// The byte array to convert to a string /// A field name to prepend to each line of output - /// An ASCII string or a string containing a hex dump, minus + /// An ASCII string or a string containing a hex dump, minus /// the null terminator public static string FieldToString(byte[] bytes, string fieldName) { diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.ConnectToGridServerDialog.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.ConnectToGridServerDialog.cs index a5a4ec8..27f0d8a 100644 --- a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.ConnectToGridServerDialog.cs +++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.ConnectToGridServerDialog.cs @@ -29,8 +29,8 @@ // // This code was generated by a tool. // Mono Runtime Version: 2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if +// +// Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ @@ -52,7 +52,7 @@ namespace OpenGridServices.Manager private Gtk.Entry entry3; private Gtk.Button button2; private Gtk.Button button8; - + protected virtual void Build() { Stetic.Gui.Initialize(); diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.MainWindow.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.MainWindow.cs index 9707aee..068b9c6 100644 --- a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.MainWindow.cs +++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/OpenGridServices.Manager.MainWindow.cs @@ -29,8 +29,8 @@ // // This code was generated by a tool. // Mono Runtime Version: 2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if +// +// Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ @@ -74,7 +74,7 @@ namespace OpenGridServices.Manager private Gtk.DrawingArea drawingarea1; private Gtk.TreeView treeview1; private Gtk.Statusbar statusbar1; - + protected virtual void Build() { Stetic.Gui.Initialize(); diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/generated.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/generated.cs index 46dec05..b5fd3f7 100644 --- a/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/generated.cs +++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/gtk-gui/generated.cs @@ -29,8 +29,8 @@ // // This code was generated by a tool. // Mono Runtime Version: 2.0.50727.42 -// -// Changes to this file may cause incorrect behavior and will be lost if +// +// Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ @@ -40,20 +40,20 @@ namespace Stetic internal class Gui { private static bool initialized; - + internal static void Initialize() { Stetic.Gui.initialized = true; } } - + internal class ActionGroups { public static Gtk.ActionGroup GetActionGroup(System.Type type) { return Stetic.ActionGroups.GetActionGroup(type.FullName); } - + public static Gtk.ActionGroup GetActionGroup(string name) { return null; -- cgit v1.1