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>
diff --git a/src/compute/skc/raster_builder.c b/src/compute/skc/raster_builder.c
index a0f1fcf..b86ff93 100644
--- a/src/compute/skc/raster_builder.c
+++ b/src/compute/skc/raster_builder.c
@@ -155,7 +155,7 @@
static
skc_bool
skc_raster_builder_clips_append(struct skc_raster_builder * const raster_builder,
- union skc_cmd_fill * const cmd,
+ union skc_cmd_fill * const cmd,
skc_raster_clip_weakref_t * const raster_clip_weakref,
skc_float const * const raster_clip)
{
@@ -183,7 +183,7 @@
cmd->cohort = skc_extent_ring_wip_count(&raster_builder->raster_ids.ring);
skc_uint const base = skc_extent_ring_wip_index_inc(&raster_builder->fill_cmds.ring);
-
+
raster_builder->fill_cmds.extent[base] = *cmd;
#if 0
@@ -292,7 +292,7 @@
// mask off the guard bits
path = SKC_TYPED_HANDLE_TO_HANDLE(path);
- //
+ //
// build the command...
//
union skc_cmd_fill cmd;