How Can I Seperate a Pointer?
coneagoe wu <[email protected]> Mon, 13 May 2013 12:58:17 +0800
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <CALn8XfGF+N6vOJRo+Do=XatDf-TiH69nDNtxdVJZHPE=uevcWQ@mail.gmail.com> |
Hi, I want to format a pointer like "char * p;" instead of "char *p;" or "char* p;".How can I do it with indent? Thanks.