Commit bf16286c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

White space fixes

parent b5700628
...@@ -134,7 +134,7 @@ setppriv_check(int a) { ...@@ -134,7 +134,7 @@ setppriv_check(int a) {
* - net_config * - net_config
* *
* PSARC/2007/315? 3047ad28a67b onnv_77 * PSARC/2007/315? 3047ad28a67b onnv_77
* - file_flag_set * - file_flag_set
* *
* PSARC/2007/560? 3047ad28a67b onnv_77 * PSARC/2007/560? 3047ad28a67b onnv_77
* - sys_smb * - sys_smb
...@@ -159,8 +159,8 @@ setppriv_check(int a) { ...@@ -159,8 +159,8 @@ setppriv_check(int a) {
* - sys_iptun_config * - sys_iptun_config
* *
* PSARC/2008/252 e209937a4f19 onnv_128 * PSARC/2008/252 e209937a4f19 onnv_128
* - net_mac_implicit * - net_mac_implicit
* *
* PSARC/2009/685 8eca52188202 onnv_132 * PSARC/2009/685 8eca52188202 onnv_132
* * net_access * * net_access
* *
...@@ -177,7 +177,7 @@ setppriv_check(int a) { ...@@ -177,7 +177,7 @@ setppriv_check(int a) {
* *
* *
* SOLARIS PRIVILEGES: Note on introtiction of new privileges (forward * SOLARIS PRIVILEGES: Note on introtiction of new privileges (forward
* compatibility) * compatibility)
* *
* For optimal build and binary forward comatibility, we could use subtractive * For optimal build and binary forward comatibility, we could use subtractive
* set specs like * set specs like
......
...@@ -86,7 +86,7 @@ struct { \ ...@@ -86,7 +86,7 @@ struct { \
VSPLAY_RIGHT(tmp, field) = (head)->sph_root; \ VSPLAY_RIGHT(tmp, field) = (head)->sph_root; \
(head)->sph_root = tmp; \ (head)->sph_root = tmp; \
} while (/*CONSTCOND*/ 0) } while (/*CONSTCOND*/ 0)
#define VSPLAY_ROTATE_LEFT(head, tmp, field) do { \ #define VSPLAY_ROTATE_LEFT(head, tmp, field) do { \
VSPLAY_RIGHT((head)->sph_root, field) = VSPLAY_LEFT(tmp, field); \ VSPLAY_RIGHT((head)->sph_root, field) = VSPLAY_LEFT(tmp, field); \
VSPLAY_LEFT(tmp, field) = (head)->sph_root; \ VSPLAY_LEFT(tmp, field) = (head)->sph_root; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment