Reformatting: Adjust trailing comments
authorChristian Kamm <mail@ckamm.de>
Fri, 28 Apr 2017 08:03:49 +0000 (10:03 +0200)
committerckamm <mail@ckamm.de>
Wed, 17 May 2017 10:26:27 +0000 (12:26 +0200)
commitdf3fe2570200a5bc855556d6444112c2882f948d
tree68fa7a582e661f12f316d809949b1959400c27cd
parent566e6c813efc15c95c7495d235b22fb714e2060d
Reformatting: Adjust trailing comments

These would otherwise be line-wrapped by clang-format,
and then consecutive reformattings remove the aligned
comment indentation

Example:

int a; // too long comment

->

int a; // too long
       // comment

->

int a; // too long
// comment
src/gui/accountsettings.cpp
src/gui/creds/shibbolethcredentials.cpp
src/gui/folderstatusmodel.h
src/libsync/bandwidthmanager.h
src/libsync/discoveryphase.cpp
src/libsync/propagateremotemove.cpp
src/libsync/syncengine.h
src/libsync/syncjournaldb.cpp