
Heidi Eckhart wrote:
# HG changeset patch # User Heidi Eckhart <heidieck@linux.vnet.ibm.com> # Date 1200052746 -3600 # Node ID eec4b4e334563efaf7e3f64e1e4d0770969dc925 # Parent 5278b5fa14a754ea8c6cfdd7870cdb7fc6c62fe7 Add code style phrase to inst_list.c Signed-off-by: Heidi Eckhart <heidieck@linux.vnet.ibm.com>
diff -r 5278b5fa14a7 -r eec4b4e33456 inst_list.c --- a/inst_list.c Fri Jan 11 12:57:49 2008 +0100 +++ b/inst_list.c Fri Jan 11 12:59:06 2008 +0100 @@ -75,3 +75,12 @@ int inst_list_add(struct inst_list *list return 1; }
+/* + * Local Variables: + * mode: C + * c-set-style: "K&R" + * tab-width: 8 + * c-basic-offset: 8 + * indent-tabs-mode: nil + * End: + */
This looks fine to me. I didn't see a requirement for this listed in doc/CodingStyle or doc/SubmittingPatches. Is this something that should be added? -- Kaitlin Rupert IBM Linux Technology Center karupert@us.ibm.com