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__