From 1c5c50fc822de2e63bed2c361abbb7038fe7aeb1 Mon Sep 17 00:00:00 2001 From: shatty Date: Fri, 27 Sep 2002 23:44:26 +0000 Subject: [PATCH] fixed newline at end of file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1215 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/String.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/support/String.h b/headers/os/support/String.h index f14c7015f2..2860776da8 100644 --- a/headers/os/support/String.h +++ b/headers/os/support/String.h @@ -475,4 +475,4 @@ operator!=(const char *str, const BString &string) return string != str; } -#endif /* __BSTRING__ */ \ No newline at end of file +#endif /* __BSTRING__ */