diff options
author | hasso <hasso> | 2004-09-10 22:48:21 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-10 22:48:21 +0200 |
commit | f390d2c7839c04100e4de8246215ce10ea96b653 (patch) | |
tree | 9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/iso_checksum.h | |
parent | Add IS-IS info into array. (diff) | |
download | frr-f390d2c7839c04100e4de8246215ce10ea96b653.tar.xz frr-f390d2c7839c04100e4de8246215ce10ea96b653.zip |
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/iso_checksum.h')
-rw-r--r-- | isisd/iso_checksum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/iso_checksum.h b/isisd/iso_checksum.h index cf600a86e..ba0d1983a 100644 --- a/isisd/iso_checksum.h +++ b/isisd/iso_checksum.h @@ -23,7 +23,7 @@ #ifndef _ZEBRA_ISO_CSUM_H #define _ZEBRA_ISO_CSUM_H -int iso_csum_verify (u_char *buffer, int len, uint16_t *csum); -u_int16_t iso_csum_create (u_char *buffer, int len, u_int16_t n); +int iso_csum_verify (u_char * buffer, int len, uint16_t * csum); +u_int16_t iso_csum_create (u_char * buffer, int len, u_int16_t n); #endif /* _ZEBRA_ISO_CSUM_H */ |