diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-08-13 19:56:45 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-08-14 13:36:59 -0500 |
| commit | b1fce9e933275cd9d945ec46c3ea8eaa350e6a67 (patch) | |
| tree | eeb115b63e21aa6336701c346a1c1815c9a1ae90 /shared-module | |
| parent | a66ef32da2fee0077f7917071294fa54b689e2e9 (diff) | |
Deleted trailing whitespace
Diffstat (limited to 'shared-module')
| -rw-r--r-- | shared-module/displayio/Bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/displayio/Bitmap.c b/shared-module/displayio/Bitmap.c index 7de9e9755..e581d849d 100644 --- a/shared-module/displayio/Bitmap.c +++ b/shared-module/displayio/Bitmap.c @@ -110,7 +110,7 @@ void common_hal_displayio_bitmap_blit(displayio_bitmap_t *self, int16_t x, int16 // Copy complete "source" bitmap into "self" bitmap at location x,y in the "self" // Add a boolean to determine if all values are copied, or only if non-zero // - // If skip_value is encountered in the source bitmap, it will not be copied. + // If skip_value is encountered in the source bitmap, it will not be copied. // If skip_value is `None`, then all pixels are copied. if (self->read_only) { |
