diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2015-05-22 08:02:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2015-05-22 08:02:20 +0200 |
| commit | ad2c2fa580e2a35b398556d228683f2aa7187f44 (patch) | |
| tree | 1706b81df8eb8a25ec88ff82701a068fc5d75d68 /logger | |
| parent | f9d92fcbde69b22ce04e3d429a755e791b3acca8 (diff) | |
| parent | 192ab83a67f98eedfb8c0881876ae3b0eb6e7a50 (diff) | |
merged lp:snappy
Diffstat (limited to 'logger')
| -rw-r--r-- | logger/logger.go | 2 | ||||
| -rw-r--r-- | logger/logger_test.go | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/logger/logger.go b/logger/logger.go index 0fce8d091d..f2c3eff062 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,3 +1,5 @@ +// -*- Mode: Go; indent-tabs-mode: t -*- + /* * Copyright (C) 2014-2015 Canonical Ltd * diff --git a/logger/logger_test.go b/logger/logger_test.go index 3e8c4b2a95..080618d2f4 100644 --- a/logger/logger_test.go +++ b/logger/logger_test.go @@ -1,3 +1,5 @@ +// -*- Mode: Go; indent-tabs-mode: t -*- + /* * Copyright (C) 2014-2015 Canonical Ltd * |
