svn rev #22937: trunk/src/prototype/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Oct 19 14:14:35 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22937
Commit By: tlyu
Log Message:
Update prototype files to conform with newer whitespace rules.


Changed Files:
U   trunk/src/prototype/getopt.c
U   trunk/src/prototype/prototype.c
U   trunk/src/prototype/prototype.h
Modified: trunk/src/prototype/getopt.c
===================================================================
--- trunk/src/prototype/getopt.c	2009-10-19 17:31:56 UTC (rev 22936)
+++ trunk/src/prototype/getopt.c	2009-10-19 18:14:35 UTC (rev 22937)
@@ -1,3 +1,5 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil */
+
 extern int optind;
 extern char *optarg;
 
@@ -7,9 +9,9 @@
 {
     int c;
     int errflg = 0;
-    
+
     <<<other globals here>>>;
-	
+
     while ((c = getopt(argc, argv, "<<<>>>")) != -1) {
 	switch (c) {
 	    <<<add cases for arguments here>>>;

Modified: trunk/src/prototype/prototype.c
===================================================================
--- trunk/src/prototype/prototype.c	2009-10-19 17:31:56 UTC (rev 22936)
+++ trunk/src/prototype/prototype.c	2009-10-19 18:14:35 UTC (rev 22937)
@@ -1,14 +1,15 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil */
 /*
  * prototype/prototype.c
  *
- * Copyright (C) 2002 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2009 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Export of this software from the United States of America may
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -22,9 +23,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
- * 
  *
+ *
  * <<< Description >>>
  */
-

Modified: trunk/src/prototype/prototype.h
===================================================================
--- trunk/src/prototype/prototype.h	2009-10-19 17:31:56 UTC (rev 22936)
+++ trunk/src/prototype/prototype.h	2009-10-19 18:14:35 UTC (rev 22937)
@@ -1,14 +1,15 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil */
 /*
  * prototype/prototype.h
  *
- * Copyright (C) 2002 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2009 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Export of this software from the United States of America may
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -22,8 +23,8 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
  *
+ *
  * <<< Description >>>
  */
 




More information about the cvs-krb5 mailing list