]> granicus.if.org Git - onig/commitdiff
Trim trailing final new lines
authorPeter Kokot <peterkokot@gmail.com>
Sun, 9 Sep 2018 05:03:14 +0000 (07:03 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 9 Sep 2018 05:03:14 +0000 (07:03 +0200)
oniguruma.pc.in
sample/CMakeLists.txt
src/Makefile.windows
src/unicode_fold1_key.c
src/unicode_fold2_key.c
src/unicode_fold3_key.c
src/unicode_fold_data.c
src/unicode_unfold_key.c

index c78155d6220fb67c0ac0973e00e5c5c7c7286f46..ab27016a7f38925cd1f08dc2ea0f15dcb5ec70c2 100644 (file)
@@ -11,4 +11,3 @@ Version: @PACKAGE_VERSION@
 Requires:
 Libs: -L${libdir} -lonig
 Cflags: -I${includedir}
-
index 58d6a992f15c41265dfa6eb252c036c62b3336ef..186003343acddbab7ac3db898b1df4484b5a3027 100644 (file)
@@ -34,4 +34,3 @@ target_link_libraries(sql onig)
 
 add_executable(syntax syntax.c)
 target_link_libraries(syntax onig)
-
index 7bf22381d679f761f6e72b7b991ac77671271cbf..8044edac6a1c1376773f27ea5e17e6502e0fc85c 100644 (file)
@@ -180,4 +180,4 @@ samples: all
        $(CC) $(CFLAGS) -I. /Fe:listcap $(ONIG_DIR)\sample\listcap.c $(dlllib)\r
        $(CC) $(CFLAGS) -I. /Fe:sql     $(ONIG_DIR)\sample\sql.c     $(dlllib)\r
        $(CC) $(CFLAGS) -I. /Fe:encode  $(ONIG_DIR)\sample\encode.c  $(dlllib)\r
-       $(CC) $(CFLAGS) -I. /Fe:syntax  $(ONIG_DIR)\sample\syntax.c  $(dlllib)
\ No newline at end of file
+       $(CC) $(CFLAGS) -I. /Fe:syntax  $(ONIG_DIR)\sample\syntax.c  $(dlllib)\r
index 0f4712addb63852f93045208e4d2a9a005d6cf8a..07916b4ed3163dcc0b4a6c8ae8dd4669411ac238 100644 (file)
@@ -2988,5 +2988,3 @@ onigenc_unicode_fold1_key(OnigCodePoint codes[])
     }
   return -1;
 }
-
-
index 1469a4677b96b64cfe5e6c6eaddf598ac6762762..3bc4bd61881235cede386dc218994f05c13119ad 100644 (file)
@@ -225,5 +225,3 @@ onigenc_unicode_fold2_key(OnigCodePoint codes[])
     }
   return -1;
 }
-
-
index 70e70c8e21f4f11fdc500c4e5e22cfc37876ca83..b935db6a01cf4cbfdd1a8e1718c291327a482756 100644 (file)
@@ -135,5 +135,3 @@ onigenc_unicode_fold3_key(OnigCodePoint codes[])
     }
   return -1;
 }
-
-
index 7f7e24e17f4e1302f5198b18d249968d9e8f8e76..0b2c51920ed59229dfb92d428b13421402575b6e 100644 (file)
@@ -1513,4 +1513,3 @@ OnigCodePoint OnigUnicodeFolds3[] = {
  /* ----- LOCALE ----- */
 #define FOLDS3_END_INDEX   72
 };
-
index b4c0318ed4fbfa007dc63880ddcdfc226fb84e0f..bf71df0dd5c2e40b7bfa54b33dc9726a4449d136 100644 (file)
@@ -3283,5 +3283,3 @@ onigenc_unicode_unfold_key(OnigCodePoint code)
     }
   return 0;
 }
-
-