Remove the double blank line from source files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-02-20 17:18:01 +08:00
committed by Petro Karashchenko
parent 746b68befc
commit 1d1bdd85a3
191 changed files with 0 additions and 501 deletions
-1
View File
@@ -570,7 +570,6 @@ else
endif
ARCHXXINCLUDES += ${shell $(INCDIR) -s "$(CC)" $(TOPDIR)$(DELIM)include}
# Convert filepaths to their proper system format (i.e. Windows/Unix)
ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
-2
View File
@@ -802,7 +802,6 @@ mkdeps.c, cnvwindeps.c, mkwindeps.sh, and mknulldeps.sh
eventually be solvable but for now continue to use mkwindeps.sh in
that mixed environment.
netusb.sh
---------
@@ -820,7 +819,6 @@ mkdeps.c, cnvwindeps.c, mkwindeps.sh, and mknulldeps.sh
`boards/arm/sama5/sama5d3-xplained/README.txt` for more information on how
to configure the CDC ECM driver for that board.
README.txt
----------
-1
View File
@@ -403,7 +403,6 @@ ifneq ($(ARCH_SRC_CHIP_SYMLINK_DIR),)
$(Q) $(DIRUNLINK) $(ARCH_SRC)/chip
endif
# context
#
# The context target is invoked on each target build to assure that NuttX is
-2
View File
@@ -361,7 +361,6 @@ DIRLINKS_FILE += $(DIRLINKS_EXTERNAL_DEP)
$(Q) $(MAKE) -C $(patsubst %\.dirlinks,%,$@) dirlinks
$(Q) touch $@
# clean_dirlinks
#
# This is part of the distclean target. It removes all symbolic links created by the dirlink target.
@@ -388,7 +387,6 @@ ifneq ($(ARCH_SRC_CHIP_SYMLINK_DIR),)
$(Q) $(DIRUNLINK) $(ARCH_SRC)\chip
endif
# context
#
# The context target is invoked on each target build to assure that NuttX is
-2
View File
@@ -191,7 +191,6 @@ RUN cd renesas-tools/source/newlib && \
RUN cd /tools/renesas-tools/build/gcc && \
make && make install
###############################################################################
# Final Docker image used for running CI system. This includes all toolchains
# supported by the CI system.
@@ -235,7 +234,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
xxd \
&& rm -rf /var/lib/apt/lists/*
# Configure out base setup for adding python packages
ENV PIP_DISABLE_PIP_VERSION_CHECK=true
# This disables the cache with value 0. We do not want caching as it
-1
View File
@@ -24,7 +24,6 @@
# POSTBUILD -- Perform post build operations
ifeq ($(CONFIG_CXD56_BINARY),y)
define POSTBUILD
-1
View File
@@ -22,7 +22,6 @@ For convenience these communication locations are automatically discovered
from the RAM by searching through it. Just define downwordaddr and
upwordaddr if you want to work with fixed locations.
Bit configuration
-----------------
-1
View File
@@ -24,7 +24,6 @@
# POSTBUILD -- Perform post build operations
ifeq ($(CONFIG_INTELHEX_BINARY),y)
define POSTBUILD
-1
View File
@@ -132,7 +132,6 @@ sp_func_def_paren = remove # "int foo (){" vs "int foo(){"
sp_func_call_paren = remove # "foo (" vs "foo("
sp_func_proto_paren = remove # "int foo ();" vs "int foo();"
#
# Aligning stuff
#