inspiral.c remove whitespace
Doxygen was failing on my macbook with multiple errors in this file of the following kind:
lalsuite/lalsimulation/src/inspiral.c:62: warning: Unexpected html tag <br> found within <dt> context
I found that removing the whitespace from lalsuite/lalsimulation/src/inspiral.c
fixed this for me.