retab w/ spaces for copy/paste tabs
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Nov 2010 15:38:37 +0000 (15:38 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Nov 2010 15:38:37 +0000 (15:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@18701 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm

index 610c80d..ea0f238 100644 (file)
@@ -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);
 }