Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2012 19:04:52 GMT
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 205485 for review
Message-ID:  <201201311904.q0VJ4qGJ076890@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@205485?ac=10

Change 205485 by pjd@pjd_anger on 2012/01/31 19:04:16

	One more style nit.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#36 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#36 (text+ko) ====

@@ -27,7 +27,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#35 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_control.c#36 $
  */
 
 #include <config/config.h>
@@ -713,7 +713,7 @@
 
 	case 5:
 		/* Two expiration conditions. */
-		if (setexpirecond(age, size, val1, mult1) != 0 || 
+		if (setexpirecond(age, size, val1, mult1) != 0 ||
 		    setexpirecond(age, size, val2, mult2) != 0) {
 #ifdef HAVE_PTHREAD_MUTEX_LOCK
 			pthread_mutex_unlock(&mutex);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201311904.q0VJ4qGJ076890>