From 60a90fc8de25a4e762e0717ed21d4672c0f64e3d Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 11 Nov 2010 15:38:37 +0000 Subject: [PATCH] retab w/ spaces for copy/paste tabs git-svn-id: svn://svn.open-ils.org/ILS/trunk@18701 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } -- 2.11.0