commit | 2b6f4421bea6ff1f2aa2a05fadb2fb33c9fd0f9f | [log] [tgz] |
---|---|---|
author | Vijay Khemka <vijaykhemka@fb.com> | Fri May 29 11:13:23 2020 -0700 |
committer | Vijay Khemka <vijaykhemka@fb.com> | Mon Jun 01 17:11:59 2020 -0700 |
tree | d702be555f5fa3238ba09adb00bbef058fe68214 | |
parent | b0c613aa889136610811d5f44a172081731db216 [diff] [blame] |
Update to clang format Updated clang format file and modified code to follow it. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I65e624373c58aaa18a93400b21d109ef07d38ba8
diff --git a/i2c/inc/i2c.hpp b/i2c/inc/i2c.hpp index 0aa3a52..e851194 100644 --- a/i2c/inc/i2c.hpp +++ b/i2c/inc/i2c.hpp
@@ -17,7 +17,8 @@ #pragma once #include <cstdint> -extern "C" { +extern "C" +{ #include <i2c/smbus.h> #include <linux/i2c-dev.h> }