ソースを参照

Remove unnecessary newline

Lucas Stadler 9 年 前
コミット
896951e4ee
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      c/jsc-test.c

+ 0 - 1
c/jsc-test.c

@ -5,7 +5,6 @@
5 5
#include <JavaScriptCore/JavaScript.h>
6 6
7 7
#define CONSOLE_LOG_BUF_SIZE 1000
8
9 8
char console_log_buf[CONSOLE_LOG_BUF_SIZE];
10 9
11 10
JSStringRef to_string(JSContextRef ctx, JSValueRef val);