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/Framework/Console/ConsoleBase.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Framework/Console/ConsoleBase.cs') diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 79fe1d4..74e64e3 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs @@ -58,7 +58,7 @@ namespace OpenSim.Framework.Console } /// - /// derive an ansi color from a string, ignoring the darker colors. + /// derive an ansi color from a string, ignoring the darker colors. /// This is used to help automatically bin component tags with colors /// in various print functions. /// @@ -195,7 +195,7 @@ namespace OpenSim.Framework.Console System.Console.WriteLine(args); } } - } + } catch (ObjectDisposedException) { } @@ -232,7 +232,7 @@ namespace OpenSim.Framework.Console { } } - + public string ReadLine() { try @@ -245,7 +245,7 @@ namespace OpenSim.Framework.Console return String.Empty; } } - + public int Read() { return System.Console.Read(); -- cgit v1.1