Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / vim / clang-format.vim
index 31a4586..edb9510 100644 (file)
@@ -8,7 +8,7 @@
 " current line.)
 
 let s:script = expand('<sfile>:p:h') .
-  \'/../../third_party/clang_format/scripts/clang-format.py'
+  \'/../../third_party/clang_format/script/clang-format.py'
 echo s:script
 
 if has('mac')