[svn:parrot] r49463 - trunk/src/runcore

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Oct 6 16:41:06 UTC 2010


Author: mikehh
Date: Wed Oct  6 16:41:06 2010
New Revision: 49463
URL: https://trac.parrot.org/parrot/changeset/49463

Log:
fix codetest failures - linelength and c_function_docs

Modified:
   trunk/src/runcore/profiling.c

Modified: trunk/src/runcore/profiling.c
==============================================================================
--- trunk/src/runcore/profiling.c	Wed Oct  6 08:26:22 2010	(r49462)
+++ trunk/src/runcore/profiling.c	Wed Oct  6 16:41:06 2010	(r49463)
@@ -604,8 +604,8 @@
 
 /*
 
-=item C<static void record_version_and_cli(PARROT_INTERP, Parrot_profiling_runcore_t
-*runcore, PPROF_DATA* pprof_data)>
+=item C<static void record_version_and_cli(PARROT_INTERP,
+Parrot_profiling_runcore_t *runcore, PPROF_DATA* pprof_data)>
 
 Record information about CLI arguments passed to the program being profiled and
 the version of the output file format.
@@ -619,7 +619,8 @@
 */
 
 static void
-record_version_and_cli(PARROT_INTERP, ARGIN(Parrot_profiling_runcore_t *runcore), ARGIN(PPROF_DATA* pprof_data))
+record_version_and_cli(PARROT_INTERP, ARGIN(Parrot_profiling_runcore_t *runcore),
+                       ARGIN(PPROF_DATA* pprof_data))
 {
 
     ASSERT_ARGS(record_version_and_cli)


More information about the parrot-commits mailing list