Browse Source

Whitespace change.

cl-refactor
Christian 10 years ago
parent
commit
d09f6e8c97
  1. 6
      libsolidity/CallGraph.cpp
  2. 6
      libsolidity/CallGraph.h

6
libsolidity/CallGraph.cpp

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

6
libsolidity/CallGraph.h

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

Loading…
Cancel
Save