Changeset 09ab0a9a in mainline for uspace/lib/bithenge/src


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.

Location:
uspace/lib/bithenge/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/src/blob.c

    rb2aaaa0 r09ab0a9a  
    291291}
    292292
    293 
    294 
    295293typedef struct {
    296294        bithenge_blob_t base;
  • uspace/lib/bithenge/src/compound.c

    rb2aaaa0 r09ab0a9a  
    4242#include "common.h"
    4343
    44 
    45 
    4644/***************** compose_transform                         *****************/
    4745
     
    150148}
    151149
    152 
    153 
    154150/***************** if_transform                              *****************/
    155151
     
    264260}
    265261
    266 
    267 
    268262/***************** partial_transform                         *****************/
    269263
  • uspace/lib/bithenge/src/expression.c

    rb2aaaa0 r09ab0a9a  
    6767}
    6868
    69 
    70 
    7169/***************** binary_expression                         *****************/
    7270
     
    283281}
    284282
    285 
    286 
    287283/***************** in_node_expression                        *****************/
    288284
     
    320316}
    321317
    322 
    323 
    324318/***************** current_node_expression                   *****************/
    325319
     
    352346        return EOK;
    353347}
    354 
    355 
    356348
    357349/***************** param_expression                          *****************/
     
    416408}
    417409
    418 
    419 
    420410/***************** const_expression                          *****************/
    421411
     
    487477        return rc;
    488478}
    489 
    490 
    491479
    492480/***************** scope_member_expression                   *****************/
     
    570558        return rc;
    571559}
    572 
    573 
    574560
    575561/***************** subblob_expression                        *****************/
     
    857843}
    858844
    859 
    860 
    861845/***************** expression_transform           *****************/
    862846
     
    937921}
    938922
    939 
    940 
    941923/***************** inputless_transform            *****************/
    942924
     
    994976        return rc;
    995977}
    996 
    997 
    998978
    999979/***************** concat_blob                    *****************/
  • uspace/lib/bithenge/src/failure.h

    rb2aaaa0 r09ab0a9a  
    7171
    7272/** @endcond */
    73 
  • uspace/lib/bithenge/src/script.c

    rb2aaaa0 r09ab0a9a  
    450450static bithenge_expression_t *parse_expression(state_t *state);
    451451
    452 
    453 
    454452/***************** Expressions                               *****************/
    455453
     
    765763        return parse_expression_precedence(state, PRECEDENCE_NONE);
    766764}
    767 
    768 
    769765
    770766/* state->token must be TOKEN_IDENTIFIER when this is called. */
  • uspace/lib/bithenge/src/sequence.c

    rb2aaaa0 r09ab0a9a  
    4242#include "common.h"
    4343
    44 
    45 
    4644/***************** seq_node                                  *****************/
    4745
     
    274272        return EOK;
    275273}
    276 
    277 
    278274
    279275/***************** bithenge_new_struct                       *****************/
     
    630626}
    631627
    632 
    633 
    634628/***************** bithenge_repeat_transform                 *****************/
    635629
     
    911905}
    912906
    913 
    914 
    915907/***************** bithenge_do_while_transform               *****************/
    916908
  • uspace/lib/bithenge/src/transform.c

    rb2aaaa0 r09ab0a9a  
    4444#include "common.h"
    4545
    46 
    47 
    4846/***************** transform                                 *****************/
    4947
     
    181179        return rc;
    182180}
    183 
    184 
    185181
    186182/***************** scope                                     *****************/
     
    433429}
    434430
    435 
    436 
    437431/***************** barrier_transform                         *****************/
    438432
     
    567561}
    568562
    569 
    570 
    571563/***************** ascii                                     *****************/
    572564
     
    612604};
    613605
    614 
    615 
    616606/***************** bit                                       *****************/
    617607
     
    641631        &bit_ops, 1, 0
    642632};
    643 
    644 
    645633
    646634/***************** bits_be, bits_le                          *****************/
     
    775763};
    776764
    777 
    778 
    779765/***************** invalid                                   *****************/
    780766
     
    794780        &invalid_ops, 1, 0
    795781};
    796 
    797 
    798782
    799783/***************** known_length                              *****************/
     
    950934/** @endcond */
    951935
    952 
    953 
    954936/***************** uint_be, uint_le                          *****************/
    955937
     
    10211003        &uint_xe_ops, 1, 1
    10221004};
    1023 
    1024 
    10251005
    10261006/***************** zero_terminated                           *****************/
Note: See TracChangeset for help on using the changeset viewer.