nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
65:98215c4f3a25
Parent:
37:c29c330d942c
--- a/nordic/nrf-sdk/sd_common/app_util_platform.h	Mon Sep 08 15:45:22 2014 +0000
+++ b/nordic/nrf-sdk/sd_common/app_util_platform.h	Mon Sep 08 17:21:46 2014 +0100
@@ -63,8 +63,8 @@
             {                                                                               \
                 APP_ERROR_CHECK(ERR_CODE);                                                  \
             }                                                                               \
-        }        
-    
+        }
+
 /**@brief Macro for leaving a critical region.
  *
  * @note Due to implementation details, there must exist one and only one call to
@@ -83,7 +83,7 @@
             }                                                                               \
         }                                                                                   \
     }
-        
+
 /**@brief Function for finding the current interrupt level.
  *
  * @return   Current interrupt level.