aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/weakref.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2018-07-11 16:10:14 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-16 13:59:36 +0000
commit1419534a0079618b9c12edd74fd756e36b0523bf (patch)
tree46e83a5a3c46cdf5aa70f48c2ed73b81874f481a /src/compute/skc/weakref.h
parent7e83f89dd67e7c66d853e78b4630450bfb406de0 (diff)
Whitespace cleanup again
Change-Id: I38ab9ff141eb088084a4c0e664f327ceb89fcf70 Reviewed-on: https://skia-review.googlesource.com/140784 Commit-Queue: Hal Canary <halcanary@google.com> Auto-Submit: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'src/compute/skc/weakref.h')
-rw-r--r--src/compute/skc/weakref.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/compute/skc/weakref.h b/src/compute/skc/weakref.h
index 9d09f8e5a6..c6ce6490f8 100644
--- a/src/compute/skc/weakref.h
+++ b/src/compute/skc/weakref.h
@@ -25,20 +25,20 @@ typedef skc_ulong skc_epoch_t;
//
//
-void
+void
skc_weakref_epoch_init(skc_epoch_t * const epoch);
-void
+void
skc_weakref_epoch_inc(skc_epoch_t * const epoch);
-void
-skc_weakref_init(skc_weakref_t * const weakref,
+void
+skc_weakref_init(skc_weakref_t * const weakref,
skc_epoch_t * const epoch,
skc_uint const index);
-bool
+bool
skc_weakref_is_invalid(skc_weakref_t const * const weakref,
- skc_epoch_t const * const epoch);
+ skc_epoch_t const * const epoch);
skc_uint
skc_weakref_index(skc_weakref_t const * const weakref);