From: Martin Schanzenbach Date: Sat, 16 Jun 2012 11:18:44 +0000 (+0000) Subject: -1variableperline X-Git-Tag: initial-import-from-subversion-38251~13027 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7aa0a04c5c10da835e6e857f71c5d418f9facc47;p=oweals%2Fgnunet.git -1variableperline --- diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c index 4ffeaebcf..15a48cf36 100644 --- a/src/namestore/namestore_common.c +++ b/src/namestore/namestore_common.c @@ -417,8 +417,10 @@ GNUNET_NAMESTORE_string_to_value (uint32_t type, uint32_t soa_expire; uint32_t soa_min; struct GNUNET_HashCode hash; - struct GNUNET_CRYPTO_HashAsciiEncoded s_peer, s_serv; - int af, proto; + struct GNUNET_CRYPTO_HashAsciiEncoded s_peer; + struct GNUNET_CRYPTO_HashAsciiEncoded s_serv; + int af; + int proto; switch (type) {