]> granicus.if.org Git - onig/commitdiff
fix indent
authorK.Kosako <kosako@sofnec.co.jp>
Wed, 9 Aug 2017 05:52:21 +0000 (14:52 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Wed, 9 Aug 2017 05:52:21 +0000 (14:52 +0900)
src/euc_jp.c

index 3b54e958d9616928734f35c67d9c35fde1a16af8..756bdc719f998794a3c35f7f845936a41a4c0e3b 100644 (file)
@@ -2,7 +2,7 @@
   euc_jp.c -  Oniguruma (regular expression library)
 **********************************************************************/
 /*-
- * Copyright (c) 2002-2016  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2002-2017  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -252,7 +252,7 @@ is_code_ctype(OnigCodePoint code, unsigned int ctype)
       return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
     else {
       if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
-       return (code_to_mbclen(code) > 1 ? TRUE : FALSE);
+        return (code_to_mbclen(code) > 1 ? TRUE : FALSE);
       }
     }
   }