[svn:parrot] r36641 - trunk/config/auto/neg_0
rurban at svn.parrot.org
rurban at svn.parrot.org
Thu Feb 12 20:54:54 UTC 2009
Author: rurban
Date: Thu Feb 12 20:54:53 2009
New Revision: 36641
URL: https://trac.parrot.org/parrot/changeset/36641
Log:
[cage] codingstd for a one liner increases the size by 10
Modified:
trunk/config/auto/neg_0/test_c.in
Modified: trunk/config/auto/neg_0/test_c.in
==============================================================================
--- trunk/config/auto/neg_0/test_c.in Thu Feb 12 20:40:11 2009 (r36640)
+++ trunk/config/auto/neg_0/test_c.in Thu Feb 12 20:54:53 2009 (r36641)
@@ -1,3 +1,6 @@
+/* Copyright (C) 2009, The Perl Foundation. */
+/* $Id$ */
+
#include <stdio.h>
int
@@ -6,3 +9,10 @@
printf("%.0f", -0.0);
return 0;
}
+
+/*
+ * Local variables:
+ * c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
More information about the parrot-commits
mailing list