diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 15:39:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 15:39:25 +0100 |
| commit | 3c19e975dacc1ef073636c46833b37059db39aef (patch) | |
| tree | 19b369f333e0a199df718929469272382fda79c8 /Source/DriveManager.cxx | |
| parent | 66a99317ab749914124019e6d52d83abeec9804b (diff) | |
Kernel\DriveManager.cxx: Formatting correctly.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source/DriveManager.cxx')
| -rw-r--r-- | Source/DriveManager.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/DriveManager.cxx b/Source/DriveManager.cxx index 4c924b75..23e08707 100644 --- a/Source/DriveManager.cxx +++ b/Source/DriveManager.cxx @@ -25,7 +25,11 @@ namespace hCore } } - DriveTraits& DriveSelector::GetMounted() { MUST_PASS(fDrive != nullptr); return *fDrive; } + DriveTraits& DriveSelector::GetMounted() + { + MUST_PASS(fDrive != nullptr); + return *fDrive; + } bool DriveSelector::Mount(DriveTraits* drive) { |
