From b30d24b831b88c5695550b52b1051c4d6d943ce8 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Mon, 7 Oct 2019 12:44:43 +0200 Subject: indent --- src/abd/delegate_misc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/abd/delegate_misc.c') diff --git a/src/abd/delegate_misc.c b/src/abd/delegate_misc.c index ecc7f7669..fb5834274 100644 --- a/src/abd/delegate_misc.c +++ b/src/abd/delegate_misc.c @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . @@ -88,13 +88,13 @@ GNUNET_ABD_delegate_from_string (const char *s) char iss_attr[253 + 1]; // Needs to be initialized, in case of Type 1 credential (A.a <- B) char sub_attr[253 + 1] = ""; - char signature[256]; //TODO max payload size + char signature[256]; // TODO max payload size struct GNUNET_CRYPTO_EcdsaSignature *sig; struct GNUNET_TIME_Absolute etime_abs; // If it's A.a <- B.b... - if (6 != SSCANF (s, + if (6 != sscanf (s, "%52s.%253s -> %52s.%253s | %s | %" SCNu64, issuer_pkey, iss_attr, @@ -104,7 +104,7 @@ GNUNET_ABD_delegate_from_string (const char *s) &etime_abs.abs_value_us)) { // Try if it's A.a <- B - if (5 != SSCANF (s, + if (5 != sscanf (s, "%52s.%253s -> %52s | %s | %" SCNu64, issuer_pkey, iss_attr, -- cgit v1.2.3