From 6cfe2326b60db05479ca6f71a37885451fee956d Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 4 May 2018 08:46:51 +0200 Subject: [PATCH] Fix missing line feed in .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c77f7bb..06ea346 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ --- Language: Cpp BasedOnStyle: Google -... \ No newline at end of file +...