From 487c267637a214ada2b0199d77b15ae7b7756487 Mon Sep 17 00:00:00 2001 From: klueska Date: Thu, 24 Jul 2008 23:52:23 +0000 Subject: [PATCH] Update to get rid of compile time warnings about no newline at end of file --- tos/lib/tosthreads/lib/net/CCollectionP.nc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tos/lib/tosthreads/lib/net/CCollectionP.nc b/tos/lib/tosthreads/lib/net/CCollectionP.nc index 0ff4b8a0..52878a51 100644 --- a/tos/lib/tosthreads/lib/net/CCollectionP.nc +++ b/tos/lib/tosthreads/lib/net/CCollectionP.nc @@ -113,4 +113,5 @@ implementation { bool collectionIsRoot() @C() @spontaneous() { return call RootControl.isRoot(); } -} \ No newline at end of file +} + -- 2.39.2