Travis CI Error

Hello all,

I am trying to do a Pull Request (#8811) but I can’t pass the Travis CI checks and I do not understand why.

I have the following error message from Travis CI :


Running './dist/tools/headerguards/check.sh' x
Command output:

	--- cpu/cc430/include/cc430_radio.h
	+++ cpu/cc430/include/cc430_radio.h
	@@ -63,4 +63,4 @@
	 }
	 #endif
	 
	-#endif /* CC430_RADIO_H */+#endif /* CC430_RADIO_H */
	--- cpu/cc430/include/cc430_radio_rfsetting.h
	+++ cpu/cc430/include/cc430_radio_rfsetting.h
	@@ -130,4 +130,4 @@
	 }
	 #endif
	 
	-#endif /* CC430_RADIO_RFSETTING_H */+#endif /* CC430_RADIO_RFSETTING_H */

make: *** [static-test] Error 1

From what I can understand, I have to replace some lines with exactly the same lines, so I don’t know what the problem is.

If anyone could explain to me what I have done wrong, I would gladly appreciate.

Regards,

Baptiste

My guess is that your files are missing a final newline at the end of file. Best regards, Joakim

Thanks, that was it,

Regards,

Baptiste