summaryrefslogtreecommitdiff
path: root/graphics/asymptote/pipestream.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/pipestream.h')
-rw-r--r--graphics/asymptote/pipestream.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/asymptote/pipestream.h b/graphics/asymptote/pipestream.h
index 26eae7a611..eedad63f6b 100644
--- a/graphics/asymptote/pipestream.h
+++ b/graphics/asymptote/pipestream.h
@@ -39,7 +39,7 @@ protected:
bool pipeopen;
bool pipein;
public:
-
+
void open(const mem::vector<string> &command, const char *hint=NULL,
const char *application="", int out_fileno=STDOUT_FILENO);
@@ -61,10 +61,10 @@ public:
}
void block(bool write=false, bool read=true);
-
+
ssize_t readbuffer();
string readline();
-
+
bool running() {return Running;}
typedef iopipestream& (*imanip)(iopipestream&);
@@ -83,7 +83,7 @@ public:
size_t plen);
string getbuffer() {return sbuffer;}
-
+
void wait(const char *prompt);
int wait();
void Write(const string &s);
@@ -101,5 +101,5 @@ public:
return *this;
}
};
-
+
#endif