about summary refs log tree commit diff stats
path: root/tangle/002main.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/002main.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/002main.cc')
-rw-r--r--tangle/002main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tangle/002main.cc b/tangle/002main.cc
index aaa91e6f..c8c61039 100644
--- a/tangle/002main.cc
+++ b/tangle/002main.cc
@@ -18,8 +18,6 @@ string flag_value(const string& flag, int argc, const char* argv[]) {
   return "";
 }
 
-
-
 //// test harness
 
 int run_tests() {