From 9c286d747287eba71c194e7cb063fdc314d488a1 Mon Sep 17 00:00:00 2001 From: stepshal Date: Wed, 8 Jun 2016 16:24:17 +0700 Subject: waftools: remove trailing newline --- waftools/detections/compiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/waftools/detections/compiler.py b/waftools/detections/compiler.py index 5c4b680343..900128ce4c 100644 --- a/waftools/detections/compiler.py +++ b/waftools/detections/compiler.py @@ -82,4 +82,3 @@ def __apply_map__(ctx, fnmap): def configure(ctx): __add_generic_flags__(ctx) __apply_map__(ctx, __compiler_map__) - -- cgit v1.2.3