David Brownell <david-b@pacbell.net>:
[fw/openocd] / src / target / arm_adi_v5.h
index 01b7e0cbfc02e7e6520a26794c01c008bff23cbe..19e483151ed8cf96865c5889247382e7aeb258a9 100644 (file)
@@ -104,7 +104,7 @@ typedef struct swjdp_common_s
 
 } swjdp_common_t;
 
-/* Accessor function for currently selected DAP-AP number */ 
+/* Accessor function for currently selected DAP-AP number */
 static inline uint8_t dap_ap_get_select(swjdp_common_t *swjdp)
 {
        return (uint8_t)(swjdp ->apsel >> 24);