From ad50b122b9b8db449b89c75e7a8a19ab38e4aa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 26 Jul 2008 19:08:47 +0000 Subject: [PATCH] Use same structure of whitespace as in rest of comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26646 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/disk_device/DiskDevice.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kits/storage/disk_device/DiskDevice.cpp b/src/kits/storage/disk_device/DiskDevice.cpp index bad730f63b..f5714c66c9 100644 --- a/src/kits/storage/disk_device/DiskDevice.cpp +++ b/src/kits/storage/disk_device/DiskDevice.cpp @@ -273,9 +273,9 @@ BDiskDevice::PrepareModifications() * * Creates a set of jobs that perform all the changes done after * \ref PrepareModifications. The changes are then written to device. - * Deletes and recreates all BPartition children to apply the changes, - * so cached pointers to BPartition objects cannot be used after this - * call. + * Deletes and recreates all BPartition children to apply the changes, + * so cached pointers to BPartition objects cannot be used after this + * call. * Unlocks the device for further use. */ status_t