Merge pull request #2047 from nextcloud/clang-cppcoreguidelines-init-var
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 3 Jun 2020 08:35:24 +0000 (10:35 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 08:35:24 +0000 (10:35 +0200)
Do not declare local variables without an initial value.


Trivial merge