Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
neheb committed Aug 14, 2024
1 parent 11ccba0 commit ad744d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/easyaccess-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ static void printFct(EasyAccessFct fct, Exiv2::ExifData ed, const char* label) {
if (pos != ed.end()) {
std::cout << " (" << std::setw(35) << pos->key() << ") : " << pos->print(&ed) << "\n";
} else {
std::cout << " (" << std::setw(35) << " "
<< ") : "
<< "\n";
std::cout << " (" << std::string(35, ' ') << ") : \n";
}
}

Expand Down

0 comments on commit ad744d6

Please sign in to comment.