summaryrefslogtreecommitdiff
path: root/src/components/ble
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-06-25 00:43:30 +0300
committerAvamander <avamander@gmail.com>2021-12-04 22:03:40 +0200
commit3a09b3614c19fda8f90af28b596a6359064ad0fb (patch)
tree8b56447ca76e6f927c29f6f1d3b307975ace9c47 /src/components/ble
parentb6e9e4171d3ecb417b7fbae61285474036542508 (diff)
Brace style and whitespace fixes
Diffstat (limited to 'src/components/ble')
-rw-r--r--src/components/ble/weather/WeatherService.cpp2
-rw-r--r--src/components/ble/weather/WeatherService.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/weather/WeatherService.cpp b/src/components/ble/weather/WeatherService.cpp
index 30d274b2..ae7370b5 100644
--- a/src/components/ble/weather/WeatherService.cpp
+++ b/src/components/ble/weather/WeatherService.cpp
@@ -281,4 +281,4 @@ namespace Pinetime {
return std::chrono::duration_cast<std::chrono::seconds>(dateTimeController.CurrentDateTime().time_since_epoch()).count();
}
}
-}
+} \ No newline at end of file
diff --git a/src/components/ble/weather/WeatherService.h b/src/components/ble/weather/WeatherService.h
index 43002dc1..53dbebfb 100644
--- a/src/components/ble/weather/WeatherService.h
+++ b/src/components/ble/weather/WeatherService.h
@@ -139,4 +139,4 @@ namespace Pinetime {
uint64_t getCurrentUNIXTimestamp() const;
};
}
-}
+} \ No newline at end of file