summaryrefslogtreecommitdiff
path: root/nss-tool
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 12:11:13 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2018-08-03 12:11:13 +0200
commitdd5e833c06563f2b8af5c60f2f0493959d2eeb78 (patch)
tree46f4249a2be0186fe90359ae9909a7b545f12408 /nss-tool
parent3d77547100b65036e847925ea82fba1f4b16eb20 (diff)
downloadnss-hg-dd5e833c06563f2b8af5c60f2f0493959d2eeb78.tar.gz
Bug 1479787 - clang-format, r=mt,keeler
Differential Revision: https://phabricator.services.mozilla.com/D2721
Diffstat (limited to 'nss-tool')
-rw-r--r--nss-tool/enc/enctool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss-tool/enc/enctool.h b/nss-tool/enc/enctool.h
index df5f44950..f2296bb26 100644
--- a/nss-tool/enc/enctool.h
+++ b/nss-tool/enc/enctool.h
@@ -8,8 +8,8 @@
#include <string>
#include <vector>
#include "argparse.h"
-#include "prerror.h"
#include "nss_scoped_ptrs.h"
+#include "prerror.h"
#include "tool.h"
class EncTool : public Tool {