Remove whitespace that occurs after '('.
[fw/openocd] / src / target / arm_adi_v5.h
index 0466ff5b2073a5774da4c6fce78aec1d42d9810f..01b7e0cbfc02e7e6520a26794c01c008bff23cbe 100644 (file)
@@ -107,7 +107,7 @@ typedef struct swjdp_common_s
 /* 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);
+       return (uint8_t)(swjdp ->apsel >> 24);
 }
 
 /* Internal functions used in the module, partial transactions, use with caution */