Whitespace change.

This commit is contained in:
Christian 2014-12-17 15:15:04 +01:00
parent b2e3771598
commit 1d1e612835
2 changed files with 8 additions and 4 deletions

View File

@ -26,8 +26,10 @@
using namespace std; using namespace std;
namespace dev { namespace dev
namespace solidity { {
namespace solidity
{
void CallGraph::addFunction(FunctionDefinition const& _function) void CallGraph::addFunction(FunctionDefinition const& _function)
{ {

View File

@ -25,8 +25,10 @@
#include <boost/range/iterator_range.hpp> #include <boost/range/iterator_range.hpp>
#include <libsolidity/ASTVisitor.h> #include <libsolidity/ASTVisitor.h>
namespace dev { namespace dev
namespace solidity { {
namespace solidity
{
/** /**
* Can be used to compute the graph of calls (or rather references) between functions of the same * Can be used to compute the graph of calls (or rather references) between functions of the same