about summary refs log tree commit diff stats
path: root/tangle/boot.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-26 15:24:56 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-26 15:57:13 -0800
commit53fbba4f64d158ee79c6dc0cc25535f51a226187 (patch)
treee39327caae47dda236b75b742d43447f9da80b2a /tangle/boot.cc
parent204dae921abff0c70e017215bb3c91fa6ca11aff (diff)
downloadmu-53fbba4f64d158ee79c6dc0cc25535f51a226187.tar.gz
3711
Delete '^L' characters now that I'm trying to switch from Vim to Kakoune. Pages
aren't text objects in Kakoune.
Diffstat (limited to 'tangle/boot.cc')
-rw-r--r--tangle/boot.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tangle/boot.cc b/tangle/boot.cc
index 4ae68c89..a11d34b3 100644
--- a/tangle/boot.cc
+++ b/tangle/boot.cc
@@ -29,8 +29,6 @@ using std::ifstream;
 #include <locale>
 using std::isspace;  // unicode-aware
 
-
-
 #include "type_list"
 
 #include "function_list"