From 6ef9d4da901a346c232458317cca6268da888e2e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 18 Aug 2008 00:39:10 +0000 Subject: Formatting cleanup. --- OpenSim/Framework/IPlugin.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Framework/IPlugin.cs') diff --git a/OpenSim/Framework/IPlugin.cs b/OpenSim/Framework/IPlugin.cs index f739177..1eb1c06 100644 --- a/OpenSim/Framework/IPlugin.cs +++ b/OpenSim/Framework/IPlugin.cs @@ -38,7 +38,7 @@ namespace OpenSim.Framework public PluginNotInitialisedException (string msg) : base(msg) {} public PluginNotInitialisedException (string msg, Exception e) : base(msg, e) {} } - + /// /// This interface, describes a generic plugin /// @@ -63,17 +63,17 @@ namespace OpenSim.Framework } /// - /// Any plugins which need to pass parameters to their initialisers must + /// Any plugins which need to pass parameters to their initialisers must /// inherit this class and use it to set the PluginLoader Initialiser property /// public class PluginInitialiserBase { // this would be a lot simpler if C# supported currying or typedefs - + // default initialisation public virtual void Initialise (IPlugin plugin) { - plugin.Initialise(); + plugin.Initialise(); } } -- cgit v1.1