all: remove extra blank lines at the end
This commit is contained in:
parent
6e6890ab45
commit
e9c567107d
|
@ -22,4 +22,3 @@
|
|||
/* make Travis happy: #ifdef __cplusplus extern "C" { #endif */
|
||||
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
USEMODULE += msp430_common
|
||||
|
||||
|
|
|
@ -94,4 +94,3 @@ static void cpu_clock_init(void)
|
|||
while (!SYS_CTRL->CLOCK_STAbits.SYNC_32K);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -134,4 +134,3 @@ ssize_t write(int fildes, const void *buf, size_t nbyte)
|
|||
(void) nbyte;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ RUN apt-get -y install subversion curl wget python p7zip unzip
|
|||
|
||||
RUN mkdir -p /data/riotbuild
|
||||
WORKDIR /data/riotbuild
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ If this happens, you can add an "inline suppression" like this:
|
|||
|
||||
/* cppcheck-suppress passedByValue */
|
||||
timex_t timex_add(const timex_t a, const timex_t b);
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@ while hwtimers > 1:
|
|||
# term.expect("OK")
|
||||
if not term.terminate():
|
||||
term.terminate(force=True)
|
||||
|
||||
|
|
|
@ -56,4 +56,3 @@ int main(void) {
|
|||
puts("main: finished");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,4 +72,3 @@ int main(void) {
|
|||
puts("Done.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -75,4 +75,3 @@ int main(void)
|
|||
puts("finished");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -101,4 +101,3 @@ int main(void)
|
|||
puts("finished");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
|
|
Loading…
Reference in New Issue