From mboxrd@z Thu Jan 1 00:00:00 1970 From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) To: mark@codesourcery.com Cc: gcc@gcc.gnu.org Subject: Re: Coding convention: use of `!x' vs. `! x' Date: Fri, 22 Sep 2000 09:32:00 -0000 Message-id: <10009221646.AA00618@vlsi1.ultra.nyu.edu> X-SW-Source: 2000-09/msg00537.html However, I suggest that within GCC we use a consistent style going forward, and that the style be `!x' rather than `! x'. This is no big deal, and it would be a waste of effort to change all uses of the latter into the former, but going forward let's use the former style. What about the other unary operators? Should they have a blank, like the binary operators do, or no blank, like "!" now will?