diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 08:38:33 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:28:45 +0200 |
commit | 52f2e7112ea985203eca16aa787bd75a7cf92194 (patch) | |
tree | 1d1f5070b050652940847c569b1d3968bdae082c /lib/geo.php | |
parent | 76bc4753e9bd2698415b067108806d82ac56b663 (diff) | |
download | nextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.tar.gz nextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.zip |
Whitespace fixes in lib
Diffstat (limited to 'lib/geo.php')
-rw-r--r-- | lib/geo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/geo.php b/lib/geo.php index a967ab28a96..964605b1c1c 100644 --- a/lib/geo.php +++ b/lib/geo.php @@ -12,7 +12,7 @@ class OC_Geo{ * @param (string) $longitude - Longitude * @return (string) $timezone - closest timezone */ - public static function timezone($latitude, $longitude){ + public static function timezone($latitude, $longitude){ $alltimezones = DateTimeZone::listIdentifiers(); $variances = array(); //calculate for all timezones the system know |