From 7220bfdf7499c100a763ea0d98e8807f25bb807b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 31 Jul 2002 14:32:50 +0000 Subject: [PATCH] Added missing newlines git-svn-id: file:///srv/svn/repos/haiku/trunk/current@543 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/Node.h | 2 +- headers/os/storage/NodeInfo.h | 1 - headers/os/storage/StorageDefs.Private.h | 2 +- headers/os/storage/StorageDefs.h | 2 +- headers/os/storage/Volume.h | 2 +- headers/os/storage/VolumeRoster.h | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/headers/os/storage/Node.h b/headers/os/storage/Node.h index 505721c5ce..a1384caee0 100644 --- a/headers/os/storage/Node.h +++ b/headers/os/storage/Node.h @@ -134,4 +134,4 @@ private: }; // namespace OpenBeOS #endif -#endif // __sk_node_h__ \ No newline at end of file +#endif // __sk_node_h__ diff --git a/headers/os/storage/NodeInfo.h b/headers/os/storage/NodeInfo.h index 8e0df5afee..9b7e24f991 100644 --- a/headers/os/storage/NodeInfo.h +++ b/headers/os/storage/NodeInfo.h @@ -114,4 +114,3 @@ private: #endif // USE_OPENBEOS_NAMESPACE #endif // __sk_node_info_h__ - diff --git a/headers/os/storage/StorageDefs.Private.h b/headers/os/storage/StorageDefs.Private.h index 6d0798cd37..18434d7167 100644 --- a/headers/os/storage/StorageDefs.Private.h +++ b/headers/os/storage/StorageDefs.Private.h @@ -14,4 +14,4 @@ namespace StorageKit { typedef int FileDescriptor; }; -#endif // __sk_def_storage_private_h__ \ No newline at end of file +#endif // __sk_def_storage_private_h__ diff --git a/headers/os/storage/StorageDefs.h b/headers/os/storage/StorageDefs.h index 08e5fc2a5f..30f4af5031 100644 --- a/headers/os/storage/StorageDefs.h +++ b/headers/os/storage/StorageDefs.h @@ -53,4 +53,4 @@ enum node_flavor { #endif // USE_OPENBEOS_NAMESPACE -#endif __sk_def_storage_h__ \ No newline at end of file +#endif __sk_def_storage_h__ diff --git a/headers/os/storage/Volume.h b/headers/os/storage/Volume.h index d8c939ec86..607f428676 100644 --- a/headers/os/storage/Volume.h +++ b/headers/os/storage/Volume.h @@ -104,4 +104,4 @@ class BVolume { } #endif -#endif +#endif // __sk_volume_h__ diff --git a/headers/os/storage/VolumeRoster.h b/headers/os/storage/VolumeRoster.h index 7f7c77e318..8f4352cc87 100644 --- a/headers/os/storage/VolumeRoster.h +++ b/headers/os/storage/VolumeRoster.h @@ -61,4 +61,4 @@ class BVolumeRoster { } #endif -#endif +#endif // __sk_volumeroster_h__