mbed library sources

Fork of mbed-src by mbed official

Revision:
221:8276e3a4886f
Parent:
64:7b352733b00a
Child:
227:7bd0639b8911
--- a/common/pinmap_common.c	Tue Jun 03 10:30:56 2014 +0100
+++ b/common/pinmap_common.c	Tue Jun 03 11:30:07 2014 +0100
@@ -22,7 +22,7 @@
     while (map->pin != NC) {
         if (map->pin == pin) {
             pin_function(pin, map->function);
-            
+
             pin_mode(pin, PullNone);
             return;
         }