]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/mac/tkn154/SimpleTransferArbiterP.nc
- re-designed the radio driver interfaces, restructured/improved the CC2420 radio...
[tinyos-2.x.git] / tos / lib / mac / tkn154 / SimpleTransferArbiterP.nc
index e1f8d68ab33de5a0e50562a9e9d204943f615a58..7cb1427d4bf9c4a005c526ca66e0729449181d28 100644 (file)
@@ -128,7 +128,7 @@ implementation {
   async command error_t ResourceTransferControl.transfer(uint8_t fromClient, uint8_t toClient)
   {
     atomic {
-      if (call ArbiterInfo.userId() == fromClient){
+      if (call ArbiterInfo.userId() == fromClient) {
         call ResourceConfigure.unconfigure[fromClient]();
         call ResourceConfigure.configure[resId]();
         resId = toClient;