]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestFTSP/TestFTSPC.nc
Fixed indentation. rx_timestamp -> rxTimestamp
[tinyos-2.x.git] / apps / tests / TestFTSP / TestFTSPC.nc
index c73de62852b8c0a9e6522956d69b2f63d2fec56a..f32d3ae14150e3409b6e6b5078b4d361c35d270d 100644 (file)
@@ -29,12 +29,12 @@ configuration TestFTSPC {
 }
 
 implementation {
-       components MainC, TimeSyncC;
+  components MainC, TimeSyncC;
 
   MainC.SoftwareInit -> TimeSyncC;
   TimeSyncC.Boot -> MainC;
 
-       components TestFTSPAppC as App;
+  components TestFTSPAppC as App;
   App.Boot -> MainC;
 
   components ActiveMessageC;