Skip to content

Commit b44cde6

Browse files
committed
(reformat)
1 parent 57eea2b commit b44cde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/subscribereventtable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace swss {
77
class SubscriberEventTable : public ConsumerTableBase
88
{
99
public:
10-
SubscriberEventTable (DBConnector *db, const std::string &tableName, int popBatchSize = DEFAULT_POP_BATCH_SIZE, int pri = 0);
10+
SubscriberEventTable(DBConnector *db, const std::string &tableName, int popBatchSize = DEFAULT_POP_BATCH_SIZE, int pri = 0);
1111

1212
/* Get all available events from pub/sub channel */
1313
void pops(std::deque<KeyOpFieldsValuesTuple> &vkco, const std::string &prefix = EMPTY_PREFIX);

0 commit comments

Comments
 (0)