[open-ils-commits] r18701 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 11 10:38:39 EST 2010
Author: erickson
Date: 2010-11-11 10:38:37 -0500 (Thu, 11 Nov 2010)
New Revision: 18701
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm
Log:
retab w/ spaces for copy/paste tabs
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm 2010-11-11 15:37:04 UTC (rev 18700)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/IDL2js.pm 2010-11-11 15:38:37 UTC (rev 18701)
@@ -34,10 +34,10 @@
# 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);
}
More information about the open-ils-commits
mailing list