From: deraadt Date: Mon, 25 May 2015 03:07:49 +0000 (+0000) Subject: a dreaded whitespace; Kyle Milz X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=491e4f2b544b8eb4c01d9994851d57d35bb21f51;p=openbsd a dreaded whitespace; Kyle Milz --- diff --git a/sys/sys/tree.h b/sys/sys/tree.h index 80d0f538134..e6502b1e744 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.h,v 1.13 2011/07/09 00:19:45 pirofti Exp $ */ +/* $OpenBSD: tree.h,v 1.14 2015/05/25 03:07:49 deraadt Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -83,7 +83,7 @@ struct { \ SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ (head)->sph_root = tmp; \ } while (0) - + #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ SPLAY_LEFT(tmp, field) = (head)->sph_root; \