aboutsummaryrefslogtreecommitdiff
path: root/src/command_data.cc
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-11-22 16:57:29 -0500
committerDavid Neto <dneto@google.com>2018-11-22 16:57:29 -0500
commitda74d350d628dca19c9ac2b6c057e518203eb3f3 (patch)
treeaf761aa698eb184bfd861edb06ba0ed7edcf9045 /src/command_data.cc
parentfcef06cabdfb1cb5c13001ebae8bb5e2b14681bf (diff)
downloadamber-da74d350d628dca19c9ac2b6c057e518203eb3f3.tar.gz
Add cpplint (#90)
Add cpplint
Diffstat (limited to 'src/command_data.cc')
-rw-r--r--src/command_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_data.cc b/src/command_data.cc
index 6037907..80083e1 100644
--- a/src/command_data.cc
+++ b/src/command_data.cc
@@ -17,7 +17,7 @@
namespace amber {
Topology NameToTopology(const std::string& name) {
- const static struct {
+ static const struct {
const char* name;
Topology val;
} topologies[] = {