[LON-CAPA-cvs] cvs: loncom / lond

raeburn raeburn@source.lon-capa.org
Sun, 31 Jan 2010 04:31:00 -0000


raeburn		Sun Jan 31 04:31:00 2010 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - Coding style.
    - Uniform style for location of braces in subroutines in LON-CAPA.
  
  
Index: loncom/lond
diff -u loncom/lond:1.435 loncom/lond:1.436
--- loncom/lond:1.435	Sat Jan  2 23:56:06 2010
+++ loncom/lond	Sun Jan 31 04:31:00 2010
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.435 2010/01/02 23:56:06 raeburn Exp $
+# $Id: lond,v 1.436 2010/01/31 04:31:00 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -59,7 +59,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.435 $'; #' stupid emacs
+my $VERSION='$Revision: 1.436 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -6553,9 +6553,7 @@
 
 #     Returns the authorization type or nouser if there is no such user.
 #
-sub get_auth_type 
-{
-
+sub get_auth_type {
     my ($domain, $user)  = @_;
 
     Debug("get_auth_type( $domain, $user ) \n");