aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2015-11-18 08:52:10 -0800
committerGravatar David G. Quintas <dgq@google.com>2015-11-18 08:52:10 -0800
commit75b53d6a5d891fa33a9173318b1446faeaf154e4 (patch)
tree7812e9e4c8afae8189756ba81e2d277986fffcf8 /include/grpc++
parente32d514652056ea144daf1ed62002d2aa97f9fdb (diff)
parente24913b35b804287d4900de73358d6cd5666acec (diff)
Merge pull request #3993 from ctiller/new_op
Core transport & call cleanup
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/alarm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/alarm.h b/include/grpc++/alarm.h
index 8cf7f59290..957d11c500 100644
--- a/include/grpc++/alarm.h
+++ b/include/grpc++/alarm.h
@@ -43,7 +43,7 @@
namespace grpc {
/// A thin wrapper around \a grpc_alarm (see / \a / src/core/surface/alarm.h).
-class Alarm: public GrpcLibrary {
+class Alarm : public GrpcLibrary {
public:
/// Create a completion queue alarm instance associated to \a cq.
///