From: Peter Kokot Date: Mon, 1 Oct 2018 08:35:56 +0000 (+0200) Subject: Remove whitespace at the beginning of the files X-Git-Tag: v6.9.1~19^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dcf9150a089cabb7930b47249b2c9c8ae0204ff;p=onig Remove whitespace at the beginning of the files --- diff --git a/contributed/makefile b/contributed/makefile index 3358fa4..f44a3c0 100644 --- a/contributed/makefile +++ b/contributed/makefile @@ -1,4 +1,3 @@ - ONIG_LIB=../src/.libs/libonig.a LIBS=$(ONIG_LIB) /usr/local/lib/libLLVMFuzzerMain.a diff --git a/sample/CMakeLists.txt b/sample/CMakeLists.txt index 1860033..c0bd057 100644 --- a/sample/CMakeLists.txt +++ b/sample/CMakeLists.txt @@ -1,4 +1,3 @@ - cmake_minimum_required(VERSION 2.8) project(oniguruma_sample C)