diff --git a/inc/functions.php b/inc/functions.php index 9a1f27c8..0c1210e5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -568,5 +568,4 @@ function int_to_word($n) { return chr($n & 255).chr(($n >> 8) & 255); } -?> - +?> \ No newline at end of file