From e83e93f403c1df0cc80d43c16cdc71d8084d1718 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Mon, 26 Nov 2018 23:17:52 +0000 Subject: [PATCH] Remove trailing empty line llvm-svn: 347613 --- llvm/docs/StackSafetyAnalysis.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/docs/StackSafetyAnalysis.rst b/llvm/docs/StackSafetyAnalysis.rst index 07112dc7ca4c..8573b7a2bb97 100644 --- a/llvm/docs/StackSafetyAnalysis.rst +++ b/llvm/docs/StackSafetyAnalysis.rst @@ -54,4 +54,3 @@ as usual but additionally store stack-safe information in the a 'safe' variable we can produce an additional report to let the user know that probably Stack Safety Analysis failed and we should check for a bug in the compiler. -