Cleaned up some whitespace

Had to clean up all the stray whitespace before I get to hackin'
This commit is contained in:
Josh Sherman 2012-08-02 16:04:08 -04:00
parent 08fe6800f5
commit 65c3677d45

View file

@ -2,7 +2,7 @@
/*********************************************************************************************************************\
* LAST UPDATE
* ============
* March 22, 2007
* August 2nd, 2012
*
*
* AUTHOR
@ -10,6 +10,11 @@
* Kwaku Otchere
* ospinto@hotmail.com
*
* AFTERMARKET HACKER
* ==================
* Josh Sherman
* josh@crowdsavings.com
*
* Thanks to Andrew Hewitt (rudebwoy@hotmail.com) for the idea and suggestion
*
* All the credit goes to ColdFusion's brilliant cfdump tag
@ -371,9 +376,9 @@ class dBug {
//parse xml
function xmlParse($xml_parser,$data,$bFinal) {
if (!xml_parse($xml_parser,$data,$bFinal)) {
die(sprintf("XML error: %s at line %d\n",
xml_error_string(xml_get_error_code($xml_parser)),
xml_get_current_line_number($xml_parser)));
die(sprintf("XML error: %s at line %d\n",
xml_error_string(xml_get_error_code($xml_parser)),
xml_get_current_line_number($xml_parser)));
}
}