Lines starting with '#something ' (e.g. '#define') and end with ',' are pre-padded with a space when using '--align-pointer=type'.
How to reproduce:
1) create a file.cpp with the following line:
#define MYDEFINE (1424) // blabla ends with comma,
2) run astyle 3.6.13:
astyle --align-pointer=type
3) check the difference:
< #define MYDEFINE (1424) // blabla ends with comma,
---
> #define MYDEFINE (1424) // blabla ends with comma,
duplicate issue