Skip to content

Commit 797f86c

Browse files
Fix minor whitespace formatting
Co-authored-by: Kevin Backhouse <[email protected]>
1 parent 985e963 commit 797f86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exiv2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ int main(int argc, char* const argv[])
161161
int s = static_cast<int>(params.files_.size());
162162
int w = s > 9 ? s > 99 ? 3 : 2 : 1;
163163
for (auto&& file : params.files_) {
164-
// If extracting to stdout then ignore verbose
164+
// If extracting to stdout then ignore verbose
165165
if (params.verbose_ && !(params.action_ & Action::extract && params.target_ & Params::ctStdInOut)) {
166166
std::cout << _("File") << " " << std::setw(w) << std::right << n++ << "/" << s << ": " << file
167167
<< std::endl;

0 commit comments

Comments
 (0)