Changeset 09ab0a9a in mainline for kernel/test/cht/cht1.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/cht/cht1.c

    rb2aaaa0 r09ab0a9a  
    7575}
    7676
    77 
    7877static cht_ops_t val_ops = {
    7978        .hash = val_hash,
     
    9392
    9493/*-------------------------------------------------------------------*/
    95 
    9694
    9795static const char *do_sanity_test(cht_t *h)
     
    441439        }
    442440
    443 
    444441        /* Remove anything we may have inserted. */
    445442        for (size_t i = 0; i < work->elem_cnt; ++i) {
     
    559556/*-------------------------------------------------------------------*/
    560557
    561 
    562558const char *test_cht1(void)
    563559{
Note: See TracChangeset for help on using the changeset viewer.