]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
One space more.
authorMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 20:35:19 +0000 (20:35 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 31 May 2004 20:35:19 +0000 (20:35 +0000)
proto/rip/auth.c

index 0d2edd341d88ad6023aecbfc34a02f9905d1093a..3d4b91c82af0faae8794991fa1bf40cd885e9ce3 100644 (file)
@@ -146,7 +146,7 @@ rip_outgoing_authentication( struct proto *p, struct rip_block_auth *block, stru
        bug(  "We can not add MD5 authentication to this long packet" );
 
       /* need to preset the sequence number to a sane value */
-      if(!sequence)
+      if (!sequence)
        sequence = (u32) time(NULL);
 
       block->keyid = passwd->id;