Skip to content

Commit 58959ee

Browse files
author
Martin Mory
committed
delete trailing whitespace in README.md
1 parent d9922da commit 58959ee

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@ Phasar is currently set up to support LLVM-13.0.
3131
What is Phasar?
3232
---------------
3333
Phasar is a LLVM-based static analysis framework written in C++. It allows users
34-
to specify arbitrary data-flow problems which are then solved in a
34+
to specify arbitrary data-flow problems which are then solved in a
3535
fully-automated manner on the specified LLVM IR target code. Computing points-to
3636
information, call-graph(s), etc. is done by the framework, thus you can focus on
3737
what matters.
3838

3939
How do I get started with Phasar?
4040
---------------------------------
41-
We have some documentation on Phasar in our [_**wiki**_](https://github.com/secure-software-engineering/phasar/wiki). You probably would like to read
41+
We have some documentation on Phasar in our [_**wiki**_](https://github.com/secure-software-engineering/phasar/wiki). You probably would like to read
4242
this README first and then have a look on the material provided on https://phasar.org/
4343
as well. Please also have a look on Phasar's project directory and notice the project directory
4444
examples/ as well as the custom tool tools/myphasartool.cpp.
4545

4646
Building Phasar
4747
---------------
4848
If you cannot work with one of the pre-built versions of Phasar and would like to
49-
compile Phasar yourself, then please check the wiki for installing the
49+
compile Phasar yourself, then please check the wiki for installing the
5050
prerequisites and compilation. It is recommended to compile Phasar yourself in
51-
order to get the full C++ experience and to have full control over the build
51+
order to get the full C++ experience and to have full control over the build
5252
mode.
5353

5454
Please help us to improve Phasar
5555
--------------------------------
56-
You are using Phasar and would like to help us in the future? Then please
56+
You are using Phasar and would like to help us in the future? Then please
5757
support us by filling out this [web form](https://goo.gl/forms/YG6m3M7sxeUJmKyi1).
5858

5959
By giving us feedback you help to decide in what direction Phasar should stride in
@@ -65,8 +65,8 @@ Installation
6565
Phasar can be installed using the installer scripts as explained in the following.
6666

6767
### Installing Phasar on an Ubuntu system
68-
In the following, we would like to give an complete example of how to install
69-
Phasar using an Ubuntu or Unix-like system.
68+
In the following, we would like to give an complete example of how to install
69+
Phasar using an Ubuntu or Unix-like system.
7070

7171
Therefore, we provide an installation script. To install Phasar, just navigate to the top-level
7272
directory of PhASAR and use the following command:
@@ -87,7 +87,7 @@ Please follow the instructions down below.
8787
$ brew install boost
8888
$ brew install python3
8989
# Install llvm version 10
90-
$ brew install llvm
90+
$ brew install llvm
9191
# Setting the paths
9292
# Use LLVM's Clang rather than Apple's Clang compiler
9393
$ export CC=/usr/local/opt/llvm/bin/clang

0 commit comments

Comments
 (0)