aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_get.h
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-11-05 04:39:54 +0000
committerTom Yu <tlyu@mit.edu>2009-11-05 04:39:54 +0000
commit31d6590cf65c2d88a04d8749b18ef981be51794d (patch)
tree37ebd003433016ebda921c4127f3c1ed9283120c /src/lib/krb5/asn.1/asn1_get.h
parentad66ebe05dba6709a090e70f4482b0fb499aad0a (diff)
downloadkrb5-31d6590cf65c2d88a04d8749b18ef981be51794d.zip
krb5-31d6590cf65c2d88a04d8749b18ef981be51794d.tar.gz
krb5-31d6590cf65c2d88a04d8749b18ef981be51794d.tar.bz2
make mark-cstyle; make reindent
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23133 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/asn1_get.h')
-rw-r--r--src/lib/krb5/asn.1/asn1_get.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/krb5/asn.1/asn1_get.h b/src/lib/krb5/asn.1/asn1_get.h
index 056ee5a..c2d3f03 100644
--- a/src/lib/krb5/asn.1/asn1_get.h
+++ b/src/lib/krb5/asn.1/asn1_get.h
@@ -1,4 +1,4 @@
-/* -*- mode: c; indent-tabs-mode: nil -*- */
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* src/lib/krb5/asn.1/asn1_get.h
*
@@ -36,12 +36,12 @@
typedef struct {
#if 1
- /*
- * Smaller run-time storage, and on x86 the compiler can use byte
- * loads, stores, and compares, but on other platforms the compiler
- * may need to load and widen before comparing... see how this works
- * out.
- */
+ /*
+ * Smaller run-time storage, and on x86 the compiler can use byte
+ * loads, stores, and compares, but on other platforms the compiler
+ * may need to load and widen before comparing... see how this works
+ * out.
+ */
unsigned int asn1class : 8, construction : 8;
#else
asn1_class asn1class;