Changeset 3061bc1 in mainline


Ignore:
Timestamp:
2018-02-28T17:52:11Z (6 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.

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r1b20da0 r3061bc1  
    615615! OPTIMIZATION (choice)
    616616
    617 % Barebone build with essential binaries only 
     617% Barebone build with essential binaries only
    618618! CONFIG_BAREBONE (n/y)
    619619
  • Makefile

    r1b20da0 r3061bc1  
    9797# Pre-integration build check
    9898check: $(CHECK)
    99 ifdef JOBS 
     99ifdef JOBS
    100100        $(CHECK) -j $(JOBS)
    101101else
  • boot/arch/mips32/Makefile.inc

    r1b20da0 r3061bc1  
    4040ifeq ($(MACHINE),lmalta)
    4141        BFD_NAME = elf32-tradlittlemips
    42         BFD_OUTPUT = elf32-tradlittlemips 
     42        BFD_OUTPUT = elf32-tradlittlemips
    4343        ENDIANESS = LE
    4444        EXTRA_CFLAGS += -march=4kc
     
    4646ifeq ($(MACHINE),bmalta)
    4747        BFD_NAME = elf32-tradbigmips
    48         BFD_OUTPUT = elf32-tradbigmips 
     48        BFD_OUTPUT = elf32-tradbigmips
    4949        ENDIANESS = BE
    5050        EXTRA_CFLAGS += -march=4kc
  • contrib/highlight/Syntax

    r1b20da0 r3061bc1  
    1 file ..\*\\.(bp|BP)$ Behavior\sProtocol 
     1file ..\*\\.(bp|BP)$ Behavior\sProtocol
    22include bp.syntax
    33
  • defaults/ia64/Makefile.config

    r1b20da0 r3061bc1  
    2424
    2525# Use VHPT
    26 CONFIG_VHPT = n 
     26CONFIG_VHPT = n
    2727
    2828# Support for userspace debuggers
  • kernel/Makefile

    r1b20da0 r3061bc1  
    405405        $(AUTOGEN) probe $< >$<.probe.c
    406406        $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    407         $(AUTOGEN) generate $< <$<.probe.s >$@   
     407        $(AUTOGEN) generate $< <$<.probe.s >$@
    408408
    409409%.o: %.S | depend
  • kernel/arch/ia32/_link.ld.in

    r1b20da0 r3061bc1  
    2323        }
    2424       
    25         .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) { 
     25        .mapped (PA2KA(BOOT_OFFSET)+SIZEOF(.unmapped)): AT (SIZEOF(.unmapped)) {
    2626                ktext_start = .;
    2727                *(.text .text.*);
  • kernel/genarch/Makefile.inc

    r1b20da0 r3061bc1  
    174174GENARCH_AUTOGENS_AG += \
    175175        genarch/include/genarch/multiboot/multiboot_memmap_struct.ag \
    176         genarch/include/genarch/multiboot/multiboot_info_struct.ag 
     176        genarch/include/genarch/multiboot/multiboot_info_struct.ag
    177177endif
    178178
  • kernel/test/mm/mapping1.def

    r1b20da0 r3061bc1  
    33        "Mapping test",
    44        &test_mapping1,
    5         true   
     5        true
    66},
  • uspace/app/bdsh/cmds/builtins/README

    r1b20da0 r3061bc1  
    1 Commands that need to modify the running user structure defined in scli.h 
     1Commands that need to modify the running user structure defined in scli.h
    22should reside here. They (will) have a slightly different prototype that
    33allows passing the user structure to them for ease of modifications.
  • uspace/app/bdsh/cmds/mknewcmd

    r1b20da0 r3061bc1  
    3434
    3535# If your shell does not support eval, shift (x) or
    36 # here-now documents, sorry :) 
     36# here-now documents, sorry :)
    3737
    3838usage()
  • uspace/app/bdsh/cmds/modules/README

    r1b20da0 r3061bc1  
    33update or read cliuser_t.
    44
    5 Stuff that needs to write to the user structures contained in scli.h should 
     5Stuff that needs to write to the user structures contained in scli.h should
    66be made as built-in commands, not modules, but there are very few times when
    77you would want to do that.
  • uspace/app/bdsh/cmds/modules/printf/TODO

    r1b20da0 r3061bc1  
    11At this stage printf is very young and limited, as it hopefully
    22will be developed along with BDSH. Functionality is heavily related
    3 on libc printf already available. BDSH printf implements only 3 format 
    4 flags, with no options/precision/width modifiers allowed. Also, 
     3on libc printf already available. BDSH printf implements only 3 format
     4flags, with no options/precision/width modifiers allowed. Also,
    55one output control is available - '\n'. '\' character stands
    6 as an escape character, i.e. every special character after it 
     6as an escape character, i.e. every special character after it
    77will be treated as general char and will be printed out.
    88What's missing:
  • uspace/app/df/Makefile

    r1b20da0 r3061bc1  
    3131
    3232SOURCES = \
    33         df.c 
     33        df.c
    3434
    3535include $(USPACE_PREFIX)/Makefile.common
  • uspace/app/tester/mm/malloc2.def

    r1b20da0 r3061bc1  
    33        "Memory reservation feature test",
    44        &test_malloc2,
    5         false   
     5        false
    66},
  • 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;
  • uspace/lib/c/Makefile

    r1b20da0 r3061bc1  
    197197        $(AUTOGEN) probe $< >$<.probe.c
    198198        $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    199         $(AUTOGEN) generate $< <$<.probe.s >$@   
     199        $(AUTOGEN) generate $< <$<.probe.s >$@
    200200
    201201$(LIBC_PREFIX)/arch/$(UARCH)/_link.ld: $(LIBC_PREFIX)/arch/$(UARCH)/_link.ld.in
  • uspace/lib/c/arch/ia32/_link.ld.in

    r1b20da0 r3061bc1  
    3939                *(.rel.plt);
    4040        }
    41         /* 
    42          *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt 
     41        /*
     42         *.rel.dyn MUST FOLLOW IMMEDIATELY after .rel.plt
    4343         * without alignment gap or DT_REL will be broken
    4444         */
  • uspace/lib/pcut/Makefile

    r1b20da0 r3061bc1  
    2323        $(PCUT_TEST_PREFIX)testlist$(PCUT_TEST_SUFFIX) \
    2424        $(PCUT_TEST_PREFIX)timeout$(PCUT_TEST_SUFFIX) \
    25         $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 
     25        $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX)
    2626
    2727EXTRA_CLEAN = $(SELF_TESTS)
Note: See TracChangeset for help on using the changeset viewer.