Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Aug 16, 2024
1 parent d7acc33 commit 07d7ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitfilecompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void BitFileCompressor::compressDirectory( const tstring& inDir, const tstring&
void BitFileCompressor::compressDirectoryContents( const tstring& inDir,
const tstring& outFile,
bool recursive,
const tstring& filter) const {
const tstring& filter ) const {
if ( !compressionFormat().hasFeature( FormatFeatures::MultipleFiles ) ) {
throw BitException( "Cannot compress multiple files", make_error_code( BitError::UnsupportedOperation ) );
}
Expand Down

0 comments on commit 07d7ba4

Please sign in to comment.