From 777066ed3b905b34d41b34a8002cc42b3814e577 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 11 May 2007 10:50:31 +0000 Subject: Minor white space/style normalization. --- sys/netinet/tcp_fsm.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'sys/netinet/tcp_fsm.h') diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index e026cf3..138d967 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -1,6 +1,7 @@ /*- * Copyright (c) 1982, 1986, 1993 - * The Regents of the University of California. All rights reserved. + * The Regents of the University of California. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,10 +32,11 @@ */ #ifndef _NETINET_TCP_FSM_H_ -#define _NETINET_TCP_FSM_H_ +#define _NETINET_TCP_FSM_H_ /* * TCP FSM state definitions. + * * Per RFC793, September, 1981. */ @@ -75,10 +77,10 @@ #ifdef TCPOUTFLAGS /* - * Flags used when sending segments in tcp_output. - * Basic flags (TH_RST,TH_ACK,TH_SYN,TH_FIN) are totally - * determined by state, with the proviso that TH_FIN is sent only - * if all data queued for output is included in the segment. + * Flags used when sending segments in tcp_output. Basic flags (TH_RST, + * TH_ACK,TH_SYN,TH_FIN) are totally determined by state, with the proviso + * that TH_FIN is sent only if all data queued for output is included in the + * segment. */ static u_char tcp_outflags[TCP_NSTATES] = { TH_RST|TH_ACK, /* 0, CLOSED */ -- cgit v1.1