[Scummvm-git-logs] scummvm master -> 03fdee906e077759e9e7278cc81212b3dae56933

rvanlaar roland at rolandvanlaar.nl
Wed May 6 18:23:07 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
03fdee906e ALL: Fix .clang-format


Commit: 03fdee906e077759e9e7278cc81212b3dae56933
    https://github.com/scummvm/scummvm/commit/03fdee906e077759e9e7278cc81212b3dae56933
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-05-06T20:20:49+02:00

Commit Message:
ALL: Fix .clang-format

It's used by VScode. A missing comma threw this error:
    error: invalid boolean

Changed paths:
    .clang-format


diff --git a/.clang-format b/.clang-format
index e6b61a1add..b7decab6b9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,5 +20,5 @@
     SpacesInAngles: false,
     SpacesInConditionalStatement: false,
     SpacesInParentheses: false,
-    SpacesInSquareBrackets: false
+    SpacesInSquareBrackets: false,
 }




More information about the Scummvm-git-logs mailing list