Changeset e26e899 in code


Ignore:
Timestamp:
Aug 24, 2017, 9:47:11 PM (8 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
ab3bb32
Parents:
094a76c
Message:

Spacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r094a76c re26e899  
    271271                        return;
    272272                }
    273                 /* res doesn't include the terminating NUL*/
     273                /* res doesn't include the terminating NUL */
    274274                buflen = MIN((size_t)res + 1, sizeof buf - 1);
    275275                buf[0] = buflen;
     
    329329                        return;
    330330                }
    331                 /* res doesn't include the terminating NUL*/
     331                /* res doesn't include the terminating NUL */
    332332                buflen = MIN((size_t)res + 1, sizeof buf - 1);
    333333                buf[0] = buflen;
Note: See TracChangeset for help on using the changeset viewer.