Skip to content
Snippets Groups Projects
Commit 39c4bd44 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed whitespaces

parent 9063c7ae
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ sub prettyUndef ...@@ -52,6 +52,7 @@ sub prettyUndef
} }
} }
# Return hex representation of a decimal # Return hex representation of a decimal
sub toHex sub toHex
{ {
...@@ -59,6 +60,7 @@ sub toHex ...@@ -59,6 +60,7 @@ sub toHex
return sprintf('%x',$decimal); return sprintf('%x',$decimal);
} }
# Parse form post data from HTTP content # Parse form post data from HTTP content
sub parseFormContent sub parseFormContent
{ {
...@@ -95,7 +97,6 @@ sub parseURIQuery ...@@ -95,7 +97,6 @@ sub parseURIQuery
# Check if variable is normal # Check if variable is normal
sub isVariable sub isVariable
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment