Skip to content

Commit f40122d

Browse files
committed
Removing whitespaces
1 parent 491395d commit f40122d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CCDB/src/CCDBDownloader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ void CCDBDownloader::updateLocations(std::multimap<std::string, std::string>* he
688688
}
689689
}
690690
}
691-
691+
692692
// Insert location list at the current location index. This assures that the provided locations will be tried first.
693693
locations->insert(locations->begin() + (*locIndex), newLocations.begin(), newLocations.end());
694694
}

CCDB/src/CcdbApi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,15 +672,15 @@ size_t header_map_callback(char* buffer, size_t size, size_t nitems, void* userd
672672
if (key == "ETag") {
673673
auto cl = headers->find("ETag");
674674
if (cl != headers->end()) {
675-
insert = false;
675+
insert = false;
676676
}
677677
}
678678

679679
// Keep only the first Content-Type encountered
680680
if (key == "Content-Type") {
681681
auto cl = headers->find("Content-Type");
682682
if (cl != headers->end()) {
683-
insert = false;
683+
insert = false;
684684
}
685685
}
686686

0 commit comments

Comments
 (0)