Peter Vingelmann 7eb183de85 Do not add extra space after pointer return value in function signature.
For example, this is correct code:
stub::function<const uint8_t*(uint32_t)> coefficient_vector_data;
2016-09-29 19:08:19 +02:00
..
2016-09-09 00:17:30 +02:00
2016-09-09 00:17:30 +02:00
2016-09-09 00:17:30 +02:00
2016-09-09 00:17:30 +02:00