
  * include/urjtag/tap.h: Fix trailing space in comment of urj_tap_detect.
  * src/tap/cable/ft2232.c (ft2232_ktlink_init): Fix trailing space.
  * bindings/python/Makefile.am: Remove empty ending line.

Index: include/urjtag/tap.h
===================================================================
--- include/urjtag/tap.h	(revision 2029)
+++ include/urjtag/tap.h	(working copy)
@@ -57,7 +57,7 @@ int urj_tap_idcode (urj_chain_t *chain,
 /**
  * Convenience function that detects the parts, initialises them to BYPASS,
  * and initialises the bus drivers.
- * maxirlen is the maximum expected length of all concatenated instruction 
+ * maxirlen is the maximum expected length of all concatenated instruction
  * registers on the chain.  If set to 0, a default is assumed.
  *
  * @return URJ_STATUS_OK on success; URJ_STATUS_FAIL on error
Index: src/tap/cable/ft2232.c
===================================================================
--- src/tap/cable/ft2232.c	(revision 2029)
+++ src/tap/cable/ft2232.c	(working copy)
@@ -972,7 +972,7 @@ ft2232_ktlink_init (urj_cable_t *cable)
     params->low_byte_dir |= BITMASK_TCK;
     params->low_byte_dir |= BITMASK_TDI;
     params->low_byte_dir |= BITMASK_TMS;
-    params->low_byte_dir |= BITMASK_KTLINK_TMSDOsel; 
+    params->low_byte_dir |= BITMASK_KTLINK_TMSDOsel;
     urj_tap_cable_cx_cmd_queue (cmd_root, 0);
     urj_tap_cable_cx_cmd_push (cmd_root, SET_BITS_LOW);
     urj_tap_cable_cx_cmd_push (cmd_root, params->low_byte_value);
Index: bindings/python/Makefile.am
===================================================================
--- bindings/python/Makefile.am	(revision 2029)
+++ bindings/python/Makefile.am	(working copy)
@@ -33,4 +33,3 @@ install-data-local:
 
 clean-local:
 	$(RM) -fr build
-
