Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1168)

Unified Diff: flower/include/yaffut.hh

Issue 5626052: Gets vertical skylines from grob stencils (Closed)
Patch Set: Run astyle on c++ files Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: flower/include/yaffut.hh
diff --git a/flower/include/yaffut.hh b/flower/include/yaffut.hh
index aa54fa66168363eec4fe87484103c1001297f2d6..148d1a88015709ada81ae69babb4affc223e760c 100644
--- a/flower/include/yaffut.hh
+++ b/flower/include/yaffut.hh
@@ -21,6 +21,7 @@
#include <memory>
#include <sstream>
#include <stdexcept>
+#include <unistd.h>
#define YAFFUT_STRINGIZE(x) YAFFUT_STRINGIZE_(x)
#define YAFFUT_STRINGIZE_(x) #x
@@ -277,7 +278,7 @@ struct Test: public ITest, public virtual Suite
static Registrator<Suite, Case> s_Registrator;
Test (): Suite ()
{
- Registrator<Suite, Case>* r = &s_Registrator;
+ Registrator<Suite, Case> *r = &s_Registrator;
(void)r;
}
template <typename E, typename T>
@@ -301,7 +302,7 @@ struct Test<Case, void>: public ITest
static Registrator<Case, void> s_Registrator;
Test ()
{
- Registrator<Case, void>* r = &s_Registrator;
+ Registrator<Case, void> *r = &s_Registrator;
(void)r;
}
template <typename E, typename T>
« no previous file with comments | « flower/include/interval-set.hh ('k') | flower/interval-set.cc » ('j') | lily/skyline.cc » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b