💄 for cpplint.

This commit is contained in:
Cheng Zhao 2013-04-14 17:33:44 +08:00
parent 0f6ece2d27
commit 0d8c4dde97
5 changed files with 8 additions and 10 deletions

View file

@ -29,10 +29,9 @@ namespace atom {
#define NODE_EXT_LIST_ITEM NODE_EXT_STRING
#define NODE_EXT_LIST_END NULL};
#include "browser/api/atom_extensions.h"
#include "browser/api/atom_extensions.h" // NOLINT
node::node_module_struct* get_builtin_module(const char *name)
{
node::node_module_struct* get_builtin_module(const char *name) {
char buf[128];
node::node_module_struct *cur = NULL;
snprintf(buf, sizeof(buf), "atom_%s", name);