[svn:parrot] r44340 - trunk/t/codingstd
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 00:59:15 UTC 2010
Author: mikehh
Date: Tue Feb 23 00:59:14 2010
New Revision: 44340
URL: https://trac.parrot.org/parrot/changeset/44340
Log:
fix codetest failures - trailing whitespace
Modified:
trunk/t/codingstd/c_arg_assert.t
trunk/t/codingstd/c_cppcomments.t
Modified: trunk/t/codingstd/c_arg_assert.t
==============================================================================
--- trunk/t/codingstd/c_arg_assert.t Tue Feb 23 00:51:54 2010 (r44339)
+++ trunk/t/codingstd/c_arg_assert.t Tue Feb 23 00:59:14 2010 (r44340)
@@ -1,5 +1,5 @@
#! perl
-# Copyright (C) 2008-2009, Parrot Foundation.
+# Copyright (C) 2008-2010, Parrot Foundation.
# $Id$
use strict;
@@ -51,7 +51,7 @@
if ( my ($func) = $line =~ m/^#define ASSERT_ARGS_([_a-zA-Z0-9]+)\s/s ) {
push @defines, [$func, $path];
}
-
+
if ( my ($func) = $line =~ m/^\s+ASSERT_ARGS\(([_a-zA-Z0-9]+)\)$/ ) {
$usages{$func} = 1;
Modified: trunk/t/codingstd/c_cppcomments.t
==============================================================================
--- trunk/t/codingstd/c_cppcomments.t Tue Feb 23 00:51:54 2010 (r44339)
+++ trunk/t/codingstd/c_cppcomments.t Tue Feb 23 00:59:14 2010 (r44340)
@@ -1,5 +1,5 @@
#! perl
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
use strict;
@@ -50,7 +50,7 @@
);
# TT # 414 (https://trac.parrot.org/parrot/ticket/414):
-# In the POD inside a C source code file, a hyperlink such as
+# In the POD inside a C source code file, a hyperlink such as
# https://trac.parrot.org will be inaccurately reported as a C++-style
# comment.
# Quick fix added
More information about the parrot-commits
mailing list