From c3cc300a952a793b9655226db1aad050daaa3803 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 26 Apr 2020 16:48:01 +0200 Subject: Some simple code formatting - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags --- ratatoeskr/sys/textprocessors.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'ratatoeskr/sys/textprocessors.php') diff --git a/ratatoeskr/sys/textprocessors.php b/ratatoeskr/sys/textprocessors.php index f5281bf..d5d959d 100644 --- a/ratatoeskr/sys/textprocessors.php +++ b/ratatoeskr/sys/textprocessors.php @@ -74,5 +74,3 @@ if(!isset($textprocessors)) "HTML" => array(function($text) { return $text; }, True) ); } - -?> -- cgit v1.2.3-54-g00ecf