Remove whitespace that occurs after '('.
[fw/openocd] / src / jtag / interface.c
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-03 zwelchMove the JTAG cable interface API implementation