From 4974c86b54f41ab40aae6161863d9e422e1acaf3 Mon Sep 17 00:00:00 2001
From: Pavel Slama
Date: Tue, 13 Aug 2019 21:48:18 +0200
Subject: [PATCH] astyle fix bracket
---
.../storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h b/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h
index 4cc94ce209..dbaf71b51a 100644
--- a/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h
+++ b/components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h
@@ -55,8 +55,7 @@
* }
* @endcode
*/
-class I2CEEBlockDevice : public BlockDevice
-{
+class I2CEEBlockDevice : public BlockDevice {
public:
/** Constructor to create an I2CEEBlockDevice on I2C pins
*