Changeset 3061bc1 in mainline for uspace/dist/src


Ignore:
Timestamp:
2018-02-28T17:52:11Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8565a42, a35b458
Parents:
1b20da0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
Message:

style: Remove trailing whitespace on non-empty lines, remaining files.

Location:
uspace/dist/src/bithenge
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/bithenge/gif/gif.bh

    r1b20da0 r3061bc1  
    9999       
    100100        .lzw_initial_size <- uint8;
    101         .lzw_data <- generic_data_block;       
     101        .lzw_data <- generic_data_block;
    102102};
    103103
     
    125125                };
    126126        }
    127 }; 
     127};
    128128
    129129transform main = struct {
     
    145145        .blocks <- repeat {
    146146                gif_block
    147         }; 
     147        };
    148148};
  • uspace/dist/src/bithenge/usbdesc.bh

    r1b20da0 r3061bc1  
    1515# USB configuration descriptor
    1616# This is not the full configuration descriptor (i.e. with interface
    17 # and endpoint descriptors included) but only the header. 
     17# and endpoint descriptors included) but only the header.
    1818transform usb_configuration_descriptor_bare = struct {
    1919        .wTotalLength <- uint16le;
Note: See TracChangeset for help on using the changeset viewer.