From 938f22cae26fdaf7271d4ef424c5ee8472deeb5e Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 15 Dec 2013 14:30:38 +0100 Subject: [PATCH] common: format Throttle test to 80 columns Signed-off-by: Loic Dachary --- src/test/common/Throttle.cc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/test/common/Throttle.cc b/src/test/common/Throttle.cc index 60d7daebdac21..c07e242f9b2b6 100644 --- a/src/test/common/Throttle.cc +++ b/src/test/common/Throttle.cc @@ -251,6 +251,13 @@ int main(int argc, char **argv) { return RUN_ALL_TESTS(); } -// Local Variables: -// compile-command: "cd ../.. ; make unittest_throttle ; ./unittest_throttle # --gtest_filter=ThrottleTest.destructor --log-to-stderr=true --debug-filestore=20" -// End: +/* + * Local Variables: + * compile-command: "cd ../.. ; + * make unittest_throttle ; + * ./unittest_throttle # --gtest_filter=ThrottleTest.destructor \ + * --log-to-stderr=true --debug-filestore=20 + * " + * End: + */ + -- 2.39.5