diff options
author | lloyd <[email protected]> | 2008-04-10 14:42:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 14:42:29 +0000 |
commit | 0a187013a1a2f1ff5a067041fabf257839fb13ae (patch) | |
tree | 81ccb028f87185ab727cf18bc258f40ff63c9a77 /src/pipe_rw.cpp | |
parent | e540b08fcc5ccf5c56093a278a417b274eda0ae6 (diff) |
Wrap lines to 80 columns
Diffstat (limited to 'src/pipe_rw.cpp')
-rw-r--r-- | src/pipe_rw.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pipe_rw.cpp b/src/pipe_rw.cpp index 46fce2fd9..58d7dd1ad 100644 --- a/src/pipe_rw.cpp +++ b/src/pipe_rw.cpp @@ -12,7 +12,8 @@ namespace Botan { /************************************************* * Look up the canonical ID for a queue * *************************************************/ -Pipe::message_id Pipe::get_message_no(const std::string& func_name, message_id msg) const +Pipe::message_id Pipe::get_message_no(const std::string& func_name, + message_id msg) const { if(msg == DEFAULT_MESSAGE) msg = default_msg(); |