Tracker: Minor tab => space style fix

Change-Id: I0413c53fc4aa03e907194843ee95cae83cf8bd0c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10420
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
John Scipione
2026-03-09 16:45:27 +00:00
committed by waddlesplash
parent ed34c67cdb
commit 81a9d6db7c
+1 -1
View File
@@ -186,7 +186,7 @@ BTrashWatcher::WatchTrashDirs()
{
BVolumeRoster volRoster;
volRoster.Rewind();
BVolume volume;
BVolume volume;
while (volRoster.GetNextVolume(&volume) == B_OK) {
if (volume.IsReadOnly() || !volume.IsPersistent())
continue;