aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/path_builder.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/path_builder.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/path_builder.h')
-rw-r--r--src/compute/skc/path_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compute/skc/path_builder.h b/src/compute/skc/path_builder.h
index c8e36dfbdf..a956475f49 100644
--- a/src/compute/skc/path_builder.h
+++ b/src/compute/skc/path_builder.h
@@ -55,10 +55,10 @@ struct skc_coords_rem_count_cubic
struct skc_path_builder
{
struct skc_context * context;
-
+
struct skc_path_builder_impl * impl;
- void (* begin )(struct skc_path_builder_impl * const impl);
+ void (* begin )(struct skc_path_builder_impl * const impl);
void (* end )(struct skc_path_builder_impl * const impl, skc_path_t * const path);
void (* new_line )(struct skc_path_builder_impl * const impl);
void (* new_quad )(struct skc_path_builder_impl * const impl);