From f45190056f4d06a352f6818d85a695a287ecf13c Mon Sep 17 00:00:00 2001 From: moi Date: Fri, 4 Dec 2015 16:48:57 +0800 Subject: [PATCH] Reformat README --- tools/SourceKit/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/SourceKit/README.txt b/tools/SourceKit/README.txt index 707c3b5cbb5e2..d1f2e988e878a 100644 --- a/tools/SourceKit/README.txt +++ b/tools/SourceKit/README.txt @@ -1,5 +1,5 @@ //===----------------------------------------------------------------------===// -// SourceKit README +// SourceKit README //===----------------------------------------------------------------------===// Welcome to SourceKit! SourceKit is a framework for supporting IDE features like @@ -9,7 +9,7 @@ infrastructure that an IDE needs for excellent language support. SourceKit currently only supports the Swift language. //===----------------------------------------------------------------------===// -// Linking to the SourceKit C API +// Linking to the SourceKit C API //===----------------------------------------------------------------------===// The stable C API for SourceKit is provided via the sourcekitd.framework which