diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-01-22 23:37:35 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-01-22 23:37:35 +0000 |
| commit | 57ed9284758599aac78e7441a0070e2519ca0e86 (patch) | |
| tree | 5fd37ea7dc8a20f61e0e30eb4886f14243d6c695 /src/util/support | |
| parent | f391d18be3aa3de52b391596bd8025010281cfb7 (diff) | |
| download | krb5-57ed9284758599aac78e7441a0070e2519ca0e86.tar.gz krb5-57ed9284758599aac78e7441a0070e2519ca0e86.tar.xz krb5-57ed9284758599aac78e7441a0070e2519ca0e86.zip | |
fix trailing whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21779 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support')
| -rw-r--r-- | src/util/support/k5buf-int.h | 4 | ||||
| -rw-r--r-- | src/util/support/k5buf.c | 6 | ||||
| -rw-r--r-- | src/util/support/t_k5buf.c | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/util/support/k5buf-int.h b/src/util/support/k5buf-int.h index ade9ec37f9..1b937a3ed8 100644 --- a/src/util/support/k5buf-int.h +++ b/src/util/support/k5buf-int.h @@ -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. - * + * * Internal declarations for the k5buf string buffer module. */ diff --git a/src/util/support/k5buf.c b/src/util/support/k5buf.c index 01dcbabf85..98bb38e408 100644 --- a/src/util/support/k5buf.c +++ b/src/util/support/k5buf.c @@ -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. */ diff --git a/src/util/support/t_k5buf.c b/src/util/support/t_k5buf.c index 5eb0b9bf3a..68916b3605 100644 --- a/src/util/support/t_k5buf.c +++ b/src/util/support/t_k5buf.c @@ -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. - * + * * Test the k5buf string buffer module. */ |
