Update prototype files to conform with newer whitespace rules
authorTom Yu <tlyu@mit.edu>
Mon, 19 Oct 2009 18:14:35 +0000 (18:14 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 19 Oct 2009 18:14:35 +0000 (18:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22937 dc483132-0cff-0310-8789-dd5450dbe970

src/prototype/getopt.c
src/prototype/prototype.c
src/prototype/prototype.h

index 935f0bf5fadcc9ca8a46e9a52225204c6b232a84..f039c95be0c1c22314f3d4fa147b936712a5a27f 100644 (file)
@@ -1,3 +1,5 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil */
+
 extern int optind;
 extern char *optarg;
 
@@ -7,9 +9,9 @@ main(argc, argv)
 {
     int c;
     int errflg = 0;
-    
+
     <<<other globals here>>>;
-       
+
     while ((c = getopt(argc, argv, "<<<>>>")) != -1) {
        switch (c) {
            <<<add cases for arguments here>>>;
index 83e6d3726f9ba8eb734ac2bebbe3130693dc4c32..9565d72ca0e78a5a4a0bfc46159b5822ca364ac6 100644 (file)
@@ -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 >>>
  */
-
index f85d0497e9a7f2bae8b4e3f5d1584827fce16d71..5f9590e5e6130cb6212a0a537676d508a7cb026f 100644 (file)
@@ -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,7 +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 >>>
  */