Hoernchen submitted this change.

View Change

Approvals: pespin: Looks good to me, but someone else must approve Hoernchen: Looks good to me, approved Jenkins Builder: Verified
clang-format: proper c++ standard

Change-Id: I9828093a08ed8b4c2a11f482f674368ac137d4dc
---
M .clang-format
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index a11c325..8c68525 100644
--- a/.clang-format
+++ b/.clang-format
@@ -515,7 +515,7 @@
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
-Standard: Cpp03
+Standard: Cpp11
TabWidth: 8
UseTab: Always
...

To view, visit change 30536. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I9828093a08ed8b4c2a11f482f674368ac137d4dc
Gerrit-Change-Number: 30536
Gerrit-PatchSet: 18
Gerrit-Owner: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged