diff options
author | Vitaly Buka <vitalybuka@google.com> | 2018-11-26 23:17:52 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2018-11-26 23:17:52 +0000 |
commit | 5b5d8e4aa1ff12a6386e8316277151ef60581bc2 (patch) | |
tree | 8581f0838ed1c81457c700ada4c98527f8b0d60e /docs | |
parent | d305cea67d3f186ca1bd14687612ec46188673ad (diff) | |
download | llvm-5b5d8e4aa1ff12a6386e8316277151ef60581bc2.tar.gz |
Remove trailing empty line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/StackSafetyAnalysis.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/StackSafetyAnalysis.rst b/docs/StackSafetyAnalysis.rst index 07112dc7ca4c..8573b7a2bb97 100644 --- a/docs/StackSafetyAnalysis.rst +++ b/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. - |