add .clang-format
Change-Id: I94ce26d595367e08d6fb3734535bcd855f1b1473
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/find_hwmon.cpp b/tools/find_hwmon.cpp
index 1142ad1..f155541 100644
--- a/tools/find_hwmon.cpp
+++ b/tools/find_hwmon.cpp
@@ -13,15 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <iostream>
#include "../sysfs.hpp"
+#include <iostream>
+
int main(int argc, char* argv[])
{
if (argc < 2)
{
- std::cerr << "Usage: " << argv[0]
- << " DT_REL_BASE_PATH" << std::endl;
+ std::cerr << "Usage: " << argv[0] << " DT_REL_BASE_PATH" << std::endl;
return 1;
}