Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-07 16:32:45 +0400
committerBart Visscher <bartv@thisnet.nl>2012-09-07 16:32:45 +0400
commit8980add3e557213e22659fa112e94a03ecb86f45 (patch)
tree964a0c6d4700064a7039758cb36761a26643f20c /external/appinfo
parent64d7eaac7ca7dcc2e1f38a20047eb0b9e03404c6 (diff)
Fix whitespace in external
Diffstat (limited to 'external/appinfo')
-rw-r--r--external/appinfo/app.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/external/appinfo/app.php b/external/appinfo/app.php
index 1a02f3a1b..632e65bf5 100644
--- a/external/appinfo/app.php
+++ b/external/appinfo/app.php
@@ -5,20 +5,20 @@
*
* @author Frank Karlitschek
* @copyright 2012 Frank Karlitschek frank@owncloud.org
- *
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
+ * License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
- *
+ *
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
+ *
+ * You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
OC::$CLASSPATH['OC_External'] = 'apps/external/lib/external.php';