Try to make clang-format happy
This commit is contained in:
parent
008f71cdbd
commit
c5edd21e6b
@ -179,7 +179,7 @@ InputBar::insertMimeData(const QMimeData *md)
|
|||||||
// NOTE(Nico): Safari, when copying the url, sends a url list. Since we only paste
|
// NOTE(Nico): Safari, when copying the url, sends a url list. Since we only paste
|
||||||
// local files, skip remote ones.
|
// local files, skip remote ones.
|
||||||
[&md] {
|
[&md] {
|
||||||
for (const auto &u : md->urls()) {
|
for (auto &&u : md->urls()) {
|
||||||
if (u.isLocalFile())
|
if (u.isLocalFile())
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user