From: klueska Date: Thu, 24 Jul 2008 23:52:23 +0000 (+0000) Subject: Update to get rid of compile time warnings about no newline at end of file X-Git-Tag: release_tinyos_2_1_0_0~26 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=487c267637a214ada2b0199d77b15ae7b7756487 Update to get rid of compile time warnings about no newline at end of file --- 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 +} +