fix trailing whitespace
[krb5.git] / src / util / support / k5buf.c
index 01dcbabf85743eabd5b1750a6add536db80408b7..98bb38e408896a73b25906a955c5f54453e1f736 100644 (file)
@@ -10,7 +10,7 @@
  *   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
@@ -24,7 +24,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.
- * 
+ *
  * Implement the k5buf string buffer module.
  */
 
@@ -43,7 +43,7 @@
      len < space
      data[len] = '\0'
 */
+
 /* Make sure there is room for LEN more characters in BUF, in addition
    to the null terminator and what's already in there.  Return true on
    success.  On failure, set the error flag and return false. */