[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

raeburn raeburn@source.lon-capa.org
Sat, 30 Jan 2010 21:46:07 -0000


raeburn		Sat Jan 30 21:46:07 2010 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  - Coding style.
    - Uniform style for location of braces in subroutines in LON-CAPA.
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.413 loncom/xml/londefdef.pm:1.414
--- loncom/xml/londefdef.pm:1.413	Wed Nov 18 20:48:13 2009
+++ loncom/xml/londefdef.pm	Sat Jan 30 21:46:06 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.413 2009/11/18 20:48:13 droeschl Exp $
+# $Id: londefdef.pm,v 1.414 2010/01/30 21:46:06 raeburn Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -4815,8 +4815,7 @@
 #
 #   This sub provides the typical LaTeX prefix matter for tex output:
 #
-sub latex_header
-{
+sub latex_header {
     my ($mode) = @_;
     my $currentstring = '';