[svn:parrot] r37411 - trunk/config/gen/makefiles

barney at svn.parrot.org barney at svn.parrot.org
Sat Mar 14 12:17:36 UTC 2009


Author: barney
Date: Sat Mar 14 12:17:35 2009
New Revision: 37411
URL: https://trac.parrot.org/parrot/changeset/37411

Log:
[codingstd] remove trailing space

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat Mar 14 11:13:34 2009	(r37410)
+++ trunk/config/gen/makefiles/root.in	Sat Mar 14 12:17:35 2009	(r37411)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
 ###############################################################################
@@ -1214,7 +1214,7 @@
 	$(SRC_DIR)/pmc/pmc_continuation.h
 	$(PERL) $(BUILD_TOOLS_DIR)/ops2c.pl C --core
 
-$(OPS_DIR)/core_ops_switch$(O) : $(GENERAL_H_FILES) $(OPS_DIR)/core_ops_switch.c 
+$(OPS_DIR)/core_ops_switch$(O) : $(GENERAL_H_FILES) $(OPS_DIR)/core_ops_switch.c
 
 $(INC_DIR)/oplib/core_ops_switch.h : $(OPS_DIR)/core_ops_switch.c
 


More information about the parrot-commits mailing list