I have C comments like this:
/******************************************************************************
* Includes *
******************************************************************************/
I want to be able to center within the *'s like this:
/******************************************************************************
* Includes *
******************************************************************************/
I've been unable to do this. If I try M-x narrow-to-region and use M-x center-line, it deletes all the spaces on the right hand side instead of preserving them. Using M-x picture-mode does not improve matters. I tried moving to the fill column using M-x move-to-column hoping it would fill in the spaces, but it stops at the current length in both picture and non-picture mode.