diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 17:27:57 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | d3ef967993d1e685e3311b073a8312c9dafdf214 (patch) | |
tree | ef4cba82e584d8238120a372901bf47db1104744 /lib/migrate.php | |
parent | 5c4a804ddb4942687d5b8495d1ede51873cd412b (diff) | |
download | nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.tar.gz nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.zip |
Fix indentation style
Diffstat (limited to 'lib/migrate.php')
-rw-r--r-- | lib/migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/migrate.php b/lib/migrate.php index 87bdd016fe4..45130be3a1f 100644 --- a/lib/migrate.php +++ b/lib/migrate.php @@ -181,7 +181,7 @@ class OC_Migrate{ return json_encode( array( 'success' => false ) ); } return json_encode( array( 'success' => true, 'data' => self::$zippath ) ); - } + } /** * @brief imports a user, or owncloud instance |