mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Whitespace change.
This commit is contained in:
parent
b2e3771598
commit
1d1e612835
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user