summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_putc.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:24:28 -0600
commit43ec94a665e13552402ff4f102e0f65f6792cf29 (patch)
tree05da26d1bb5e364c1a388afd54630d5ae3ca4aa7 /apps/examples/nxtext/nxtext_putc.c
parent70b6bb22af51defd713adfd452309f32f0e523aa (diff)
downloadnuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.gz
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.tar.bz2
nuttx-43ec94a665e13552402ff4f102e0f65f6792cf29.zip
More trailing whilespace removal
Diffstat (limited to 'apps/examples/nxtext/nxtext_putc.c')
-rw-r--r--apps/examples/nxtext/nxtext_putc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/nxtext/nxtext_putc.c b/apps/examples/nxtext/nxtext_putc.c
index 13a441115..9bfc28f2c 100644
--- a/apps/examples/nxtext/nxtext_putc.c
+++ b/apps/examples/nxtext/nxtext_putc.c
@@ -128,7 +128,7 @@ nxtext_allocglyph(FAR struct nxtext_state_s *st)
* track of the least used glyph as well. We need that if we have to replace
* a glyph in the cache.
*/
-
+
for (i = 0; i < st->maxglyphs; i++)
{
/* Is this glyph in use? */
@@ -153,7 +153,7 @@ nxtext_allocglyph(FAR struct nxtext_state_s *st)
/* If we get here, the glyph cache is full. We replace the least used
* glyph with the one we need now. (luglyph can't be NULL).
*/
-
+
luusecnt = luglyph->usecnt;
nxtext_freeglyph(luglyph);
@@ -164,7 +164,7 @@ nxtext_allocglyph(FAR struct nxtext_state_s *st)
if (luusecnt > 1)
{
uint8_t decr = luusecnt - 1;
-
+
for (i = 0; i < st->maxglyphs; i++)
{
/* Is this glyph in use? */