mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Formatting cleanup.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenGridServices.Manager
|
||||
|
||||
protected virtual void OnResponse(object o, Gtk.ResponseArgs args)
|
||||
{
|
||||
switch(args.ResponseId) {
|
||||
switch (args.ResponseId) {
|
||||
case Gtk.ResponseType.Ok:
|
||||
MainClass.PendingOperations.Enqueue("connect_to_gridserver " + this.entry1.Text + " " + this.entry2.Text + " " + this.entry3.Text);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user