mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
TOOLS: Whitespace cleanup
svn-id: r46751
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ void CompressionExample::execute() {
|
||||
|
||||
// Start the 'extraction'
|
||||
size_t total_files = in1.size() + in2.size();
|
||||
|
||||
|
||||
// There has to be some roof on this
|
||||
if (total_files > 1000)
|
||||
throw ToolException("Input files are too large!");
|
||||
|
||||
Reference in New Issue
Block a user