src: adcsensor: add whitespace after headers
Add a line of whitespace between header list and variables.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I755b508971ad48bd7793a918c5dcbd8229405034
diff --git a/src/ADCSensor.cpp b/src/ADCSensor.cpp
index 3ee4533..3daadcb 100644
--- a/src/ADCSensor.cpp
+++ b/src/ADCSensor.cpp
@@ -32,6 +32,7 @@
#include <sdbusplus/asio/object_server.hpp>
#include <string>
#include <vector>
+
static constexpr unsigned int sensorPollMs = 500;
static constexpr size_t warnAfterErrorCount = 10;
static constexpr unsigned int gpioBridgeEnableMs = 20;