commit | fd603eee9334ba1c75f0481ab2419acecdf92a28 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 26 11:03:03 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 26 13:51:16 2014 -0800 |
tree | 60db2f6d2b9ac93ae962cc619f714adce9c74f6e | |
parent | 920af2f41939e558c2cacd720a191be055a29927 [diff] [blame] |
table: Small stylistic update in CS API Change-Id: I113a62b7ca580fe7b25bb893fc239ed404b7f012
diff --git a/daemon/table/cs.cpp b/daemon/table/cs.cpp index 10f465e..c0dc4e2 100644 --- a/daemon/table/cs.cpp +++ b/daemon/table/cs.cpp
@@ -19,7 +19,7 @@ } bool -Cs::insert(const Data &data) +Cs::insert(const Data& data) { return false; }