[esnacc-dev] [PATCH 1/4] c-lib/asn-octs: Whitespace cleanup in header

Aaron Conole aconole at bytheb.org
Wed Dec 14 15:24:47 UTC 2016


Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
 c-lib/inc/asn-octs.h | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/c-lib/inc/asn-octs.h b/c-lib/inc/asn-octs.h
index cd289e8..41001e7 100644
--- a/c-lib/inc/asn-octs.h
+++ b/c-lib/inc/asn-octs.h
@@ -32,22 +32,19 @@ typedef struct AsnOcts
   char			*octs;
 } AsnOcts;
 
-#define ASNOCTS_PRESENT( aocts)	((aocts)->octs != NULL)
-
-
+#define ASNOCTS_PRESENT(aocts) ((aocts)->octs != NULL)
 
 AsnLen BEncAsnOcts PROTO ((GenBuf *b, AsnOcts *data));
-
-void BDecAsnOcts PROTO ((GenBuf *b, AsnOcts *result, AsnLen *bytesDecoded, ENV_TYPE env));
-
 AsnLen BEncAsnOctsContent PROTO ((GenBuf *b, AsnOcts *octs));
 
-void BDecAsnOctsContent PROTO ((GenBuf *b, AsnTag tagId, AsnLen len, AsnOcts *result, AsnLen *bytesDecoded, ENV_TYPE env));
+void BDecAsnOcts PROTO ((GenBuf *b, AsnOcts *result, AsnLen *bytesDecoded,
+                         ENV_TYPE env));
+void BDecAsnOctsContent PROTO ((GenBuf *b, AsnTag tagId, AsnLen len,
+                                AsnOcts *result, AsnLen *bytesDecoded,
+                                ENV_TYPE env));
 
 void FreeAsnOcts PROTO ((AsnOcts *o));
-
 void PrintAsnOcts PROTO ((FILE *f, AsnOcts *o, unsigned int indent));
-
 int AsnOctsEquiv PROTO ((AsnOcts *o1, AsnOcts *o2));
 
 #ifdef __cplusplus
-- 
2.7.4




More information about the dev mailing list