OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-128-g78cd249
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Feb 2025 17:36:05 -0500
The following commit has been merged in the master branch:
commit 78cd2498f0156992bea5c70c37eb09ccf850783e
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Wed Jan 29 17:43:46 2025 +0100
Fix braces/indentation in src/afs/DARWIN
Add braces around all if, else, and loops clauses. Cleanup indentation
whitespace with the proper mix of tags and spaces.
Change-Id: Ie172e969880996f93050f871a2703f1b24fc210f
Reviewed-on: https://gerrit.openafs.org/16153
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
src/afs/DARWIN/osi_file.c | 113 ++++----
src/afs/DARWIN/osi_gcpags.c | 12 +-
src/afs/DARWIN/osi_groups.c | 12 +-
src/afs/DARWIN/osi_inode.c | 9 +-
src/afs/DARWIN/osi_misc.c | 114 +++++---
src/afs/DARWIN/osi_module.c | 44 +--
src/afs/DARWIN/osi_sleep.c | 59 ++--
src/afs/DARWIN/osi_vcache.c | 23 +-
src/afs/DARWIN/osi_vfsops.c | 229 ++++++++-------
src/afs/DARWIN/osi_vm.c | 23 +-
src/afs/DARWIN/osi_vnodeops.c | 654 ++++++++++++++++++++++++------------------
11 files changed, 738 insertions(+), 554 deletions(-)
--
OpenAFS Master Repository