all: remove extra blank lines at the end

This commit is contained in:
Joakim Gebart 2015-05-09 09:10:08 +02:00
parent 6e6890ab45
commit e9c567107d
12 changed files with 0 additions and 12 deletions

View File

@ -22,4 +22,3 @@
/* make Travis happy: #ifdef __cplusplus extern "C" { #endif */
#endif /* PERIPH_CONF_H */

View File

@ -1,2 +1 @@
USEMODULE += msp430_common

View File

@ -94,4 +94,3 @@ static void cpu_clock_init(void)
while (!SYS_CTRL->CLOCK_STAbits.SYNC_32K);
#endif
}

View File

@ -134,4 +134,3 @@ ssize_t write(int fildes, const void *buf, size_t nbyte)
(void) nbyte;
return -1;
}

1
dist/Dockerfile vendored
View File

@ -36,4 +36,3 @@ RUN apt-get -y install subversion curl wget python p7zip unzip
RUN mkdir -p /data/riotbuild
WORKDIR /data/riotbuild

View File

@ -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);

View File

@ -29,4 +29,3 @@ while hwtimers > 1:
# term.expect("OK")
if not term.terminate():
term.terminate(force=True)

View File

@ -56,4 +56,3 @@ int main(void) {
puts("main: finished");
return 0;
}

View File

@ -72,4 +72,3 @@ int main(void) {
puts("Done.");
return 0;
}

View File

@ -75,4 +75,3 @@ int main(void)
puts("finished");
return 0;
}

View File

@ -101,4 +101,3 @@ int main(void)
puts("finished");
return 0;
}

View File

@ -1,2 +1 @@
include $(RIOTBASE)/Makefile.base