aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-03 17:48:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-05-03 17:48:11 +0200
commit73eb44142be85f964a32be00e8ce655f61063d08 (patch)
treeab5335d102402eab9588e21566b96e84fd6b0130
parentb4d8b7c142a0753462165257ef1bc1345bbadd6d (diff)
Minor formatting fix
-rw-r--r--brep/search1
-rw-r--r--brep/view1
2 files changed, 0 insertions, 2 deletions
diff --git a/brep/search b/brep/search
index a4edf01..d744c30 100644
--- a/brep/search
+++ b/brep/search
@@ -22,7 +22,6 @@ namespace brep
init (::cli::scanner&);
private:
-
std::shared_ptr<search_options> options_;
};
}
diff --git a/brep/view b/brep/view
index d97f9cf..da31481 100644
--- a/brep/view
+++ b/brep/view
@@ -22,7 +22,6 @@ namespace brep
init (::cli::scanner&);
private:
-
std::shared_ptr<view_options> options_;
};
}