Skip to content

Commit

Permalink
clang-format plugin: Add missing semicolon in list of file extensions…
Browse files Browse the repository at this point in the history
… (PR36383)

llvm-svn: 325566
  • Loading branch information
zmodem committed Feb 20, 2018
1 parent 9712113 commit b8bf5a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class OptionPageGrid : DialogPage
private string style = "file";
private bool formatOnSave = false;
private string formatOnSaveFileExtensions =
".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl" +
".c;.cpp;.cxx;.cc;.tli;.tlh;.h;.hh;.hpp;.hxx;.hh;.inl;" +
".java;.js;.ts;.m;.mm;.proto;.protodevel;.td";

public OptionPageGrid Clone()
Expand Down

0 comments on commit b8bf5a6

Please sign in to comment.