diff options
| author | Tom Yu <tlyu@mit.edu> | 2009-11-30 21:35:38 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2009-11-30 21:35:38 +0000 |
| commit | 207e73bd53f9e32910e6ce6187704b823b6296c0 (patch) | |
| tree | 457ba76e4b188b029153221a530e3dfd2e9de73f /src/util/support/t_unal.c | |
| parent | de62d34081b66ca5633477822dfe5c3ad8ccc209 (diff) | |
| download | krb5-207e73bd53f9e32910e6ce6187704b823b6296c0.tar.gz krb5-207e73bd53f9e32910e6ce6187704b823b6296c0.tar.xz krb5-207e73bd53f9e32910e6ce6187704b823b6296c0.zip | |
Mark and reindent util/support
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23392 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/t_unal.c')
| -rw-r--r-- | src/util/support/t_unal.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/support/t_unal.c b/src/util/support/t_unal.c index d9a3cc4b0..6b2720b42 100644 --- a/src/util/support/t_unal.c +++ b/src/util/support/t_unal.c @@ -1,11 +1,12 @@ +/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #undef NDEBUG #include <assert.h> #include "k5-platform.h" int main () { - /* Test some low-level assumptions the Kerberos code depends - on. */ + /* Test some low-level assumptions the Kerberos code depends + on. */ union { UINT64_TYPE n64; |
