From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 11 Nov 2010 15:38:37 +0000 (+0000)
Subject: retab w/ spaces for copy/paste tabs
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60a90fc8de25a4e762e0717ed21d4672c0f64e3d;p=evergreen%2Fmasslnc.git

retab w/ spaces for copy/paste tabs

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18701 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm b/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm
index 610c80d6e1..ea0f238362 100644
--- a/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm
+++ b/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm
@@ -34,10 +34,10 @@ sub import {
 # parse the IDL, loaded from the network
 my $__initted = 0;
 sub child_init {
-	$__initted = 1;
-	OpenSRF::System->bootstrap_client(config_file => $bs_config);
-	my $sclient	= OpenSRF::Utils::SettingsClient->new();
-	my $idl_file = $sclient->config_value("IDL");
+    $__initted = 1;
+    OpenSRF::System->bootstrap_client(config_file => $bs_config);
+    my $sclient	= OpenSRF::Utils::SettingsClient->new();
+    my $idl_file = $sclient->config_value("IDL");
     $idl_doc = XML::LibXML->load_xml(location => $idl_file);
 }