diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-09-24 21:32:09 +0200 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-09-24 21:32:09 +0200 |
commit | 6b74d02c854b8697a1a62fe3d79df7ba02771dcb (patch) | |
tree | e27b6c53d58f92b579c1de05f6df29d410eba84b /authorize.php | |
parent | 267c40e69027c869da92a34d4569c09fcedd1d57 (diff) | |
download | brdo-6b74d02c854b8697a1a62fe3d79df7ba02771dcb.tar.gz brdo-6b74d02c854b8697a1a62fe3d79df7ba02771dcb.tar.bz2 |
- Patch #1263882 by TR, cweagans: removed trailing whitespace
Diffstat (limited to 'authorize.php')
-rw-r--r-- | authorize.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/authorize.php b/authorize.php index 26319b8e7..9961b54b9 100644 --- a/authorize.php +++ b/authorize.php @@ -172,4 +172,3 @@ else { if (!empty($output)) { print theme('update_page', array('content' => $output, 'show_messages' => $show_messages)); } - |