Date: Tue, 25 Jul 2017 09:48:33 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r321461 - head/lib/libc/x86/sys Message-ID: <201707250948.v6P9mXWs005491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Tue Jul 25 09:48:33 2017 New Revision: 321461 URL: https://svnweb.freebsd.org/changeset/base/321461 Log: Fix indent. Sponsored by: The FreeBSD Foundation MFC after: 3 days Modified: head/lib/libc/x86/sys/__vdso_gettc.c Modified: head/lib/libc/x86/sys/__vdso_gettc.c ============================================================================== --- head/lib/libc/x86/sys/__vdso_gettc.c Tue Jul 25 06:59:35 2017 (r321460) +++ head/lib/libc/x86/sys/__vdso_gettc.c Tue Jul 25 09:48:33 2017 (r321461) @@ -158,7 +158,7 @@ __vdso_init_hpet(uint32_t u) if (atomic_cmpset_rel_ptr((volatile uintptr_t *)&hpet_dev_map[u], (uintptr_t)old_map, (uintptr_t)new_map) == 0 && new_map != MAP_FAILED) - munmap((void *)new_map, PAGE_SIZE); + munmap((void *)new_map, PAGE_SIZE); return; fail:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707250948.v6P9mXWs005491>