UserlandFS: Some whitespace cleanup.
This commit is contained in:
parent
ffba66060b
commit
5f396f6a00
@ -202,7 +202,7 @@ FileSystem::~FileSystem()
|
||||
|
||||
if (fSelectSyncs) {
|
||||
for (SelectSyncMap::Iterator it = fSelectSyncs->GetIterator();
|
||||
it.HasNext();) {
|
||||
it.HasNext();) {
|
||||
SelectSyncMap::Entry entry = it.Next();
|
||||
delete entry.value;
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ public:
|
||||
status_t Mount(fs_volume* fsVolume, const char* device,
|
||||
uint32 flags, const char* parameters,
|
||||
Volume** volume);
|
||||
// status_t Initialize(const char* deviceName,
|
||||
// status_t Initialize(const char* deviceName,
|
||||
// const char* parameters, size_t len);
|
||||
void VolumeUnmounted(Volume* volume);
|
||||
|
||||
|
@ -23,7 +23,7 @@ KernelDebug::DebugUFS(int argc, char** argv)
|
||||
KDebugFSMap& fileSystems = userlandFS->fFileSystems->GetUnsynchronizedMap();
|
||||
|
||||
for (KDebugFSMap::Iterator it = fileSystems.GetIterator();
|
||||
it.HasNext();) {
|
||||
it.HasNext();) {
|
||||
KDebugFSMap::Entry entry = it.Next();
|
||||
FileSystemInitializer* fsInitializer = entry.value;
|
||||
FileSystem* fs = fsInitializer->GetFileSystem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user