mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Remove the double blank line from source files
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
746b68befc
commit
1d1bdd85a3
@@ -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)
|
||||
|
||||
@@ -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
|
||||
----------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
# POSTBUILD -- Perform post build operations
|
||||
|
||||
|
||||
ifeq ($(CONFIG_CXD56_BINARY),y)
|
||||
|
||||
define POSTBUILD
|
||||
|
||||
@@ -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
|
||||
-----------------
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
# POSTBUILD -- Perform post build operations
|
||||
|
||||
|
||||
ifeq ($(CONFIG_INTELHEX_BINARY),y)
|
||||
|
||||
define POSTBUILD
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user