From f43619aadad751c6684b982ae88bd0e062cec921 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 2 Apr 2012 11:49:45 +0200 Subject: HACKING: update with comment about casts --- HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING b/HACKING index b4a9946b5..a405ab7a8 100644 --- a/HACKING +++ b/HACKING @@ -29,6 +29,11 @@ need to stick to in order to get your patch accepted: - data/kr-gnome-indent.cfg is provided as a reference config file for the uncrustify program to get correct indentation in new files. +- There's no space between a type cast and the variable name. + + Right: (int*)foo + Wrong: (int*) foo + See ChangeLog.README for Git checkin rules. See doc/debugging.txt for some tips and tricks for debugging. -- cgit v1.2.3