[Scummvm-git-logs] scummvm master -> 6215b9b5470988b8b3623df7ae0dd8a3463acd2e

eriktorbjorn noreply at scummvm.org
Fri Aug 15 19:24:32 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
6215b9b547 COMMON: Fix indentation


Commit: 6215b9b5470988b8b3623df7ae0dd8a3463acd2e
    https://github.com/scummvm/scummvm/commit/6215b9b5470988b8b3623df7ae0dd8a3463acd2e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-08-15T21:23:47+02:00

Commit Message:
COMMON: Fix indentation

Changed paths:
    common/fs.cpp


diff --git a/common/fs.cpp b/common/fs.cpp
index df83cfa273e..c61b1978b73 100644
--- a/common/fs.cpp
+++ b/common/fs.cpp
@@ -539,7 +539,7 @@ int FSDirectory::listMatchingMembers(ArchiveMemberList &list, const Path &patter
 	addMatchingToList(_fileCache);
 
 	if (_includeDirectories)
-			addMatchingToList(_subDirCache);
+		addMatchingToList(_subDirCache);
 
 	return matches;
 }




More information about the Scummvm-git-logs mailing list