diff options
author | furun <furun@arcor.de> | 2009-10-16 22:55:26 +0200 |
---|---|---|
committer | furun <furun@arcor.de> | 2009-10-16 22:55:26 +0200 |
commit | 47583ff0428eaa0d97e26f61f81ac6d199e9b446 (patch) | |
tree | 4cea7fd563437b0d55a1af3a0e59a659192d5d38 /lib/exe | |
parent | 623b29ddeb427ec79bc196f91198e5e8439f01e4 (diff) | |
download | rpg-47583ff0428eaa0d97e26f61f81ac6d199e9b446.tar.gz rpg-47583ff0428eaa0d97e26f61f81ac6d199e9b446.tar.bz2 |
Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/css.php | 1 | ||||
-rw-r--r-- | lib/exe/detail.php | 1 | ||||
-rw-r--r-- | lib/exe/fetch.php | 1 | ||||
-rw-r--r-- | lib/exe/js.php | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 6216df6e5..263d7ff0f 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -336,4 +336,3 @@ function css_comment_cb($matches){ } //Setup VIM: ex: et ts=4 enc=utf-8 : -?> diff --git a/lib/exe/detail.php b/lib/exe/detail.php index c42854442..f30e039d4 100644 --- a/lib/exe/detail.php +++ b/lib/exe/detail.php @@ -56,4 +56,3 @@ header('Content-Type: text/html; charset=utf-8'); include(template('detail.php')); -?> diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index 4ad6f7e4d..11877ef36 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -171,4 +171,3 @@ function calc_cache($cache){ } //Setup VIM: ex: et ts=2 enc=utf-8 : -?> diff --git a/lib/exe/js.php b/lib/exe/js.php index f7bd574ed..f79023c49 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -388,4 +388,3 @@ function js_compress($s){ } //Setup VIM: ex: et ts=4 enc=utf-8 : -?> |