summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:08:48 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:08:48 +0200
commitc42abee7c0e81ed89bdfb47bf3a1bcb743cf256b (patch)
treed960fcdbb46cbc9af52f7b61302218127f172367 /ACE/apps/gperf
parent8bc991b1de07cdb3a4c472d0932c71bda181db34 (diff)
downloadATCD-c42abee7c0e81ed89bdfb47bf3a1bcb743cf256b.tar.gz
Removed extra newline before closing }
Diffstat (limited to 'ACE/apps/gperf')
-rw-r--r--ACE/apps/gperf/src/Key_List.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/apps/gperf/src/Key_List.cpp b/ACE/apps/gperf/src/Key_List.cpp
index 8deb3ee4024..a40d30aea06 100644
--- a/ACE/apps/gperf/src/Key_List.cpp
+++ b/ACE/apps/gperf/src/Key_List.cpp
@@ -1000,7 +1000,6 @@ Key_List::output_binary_search_function (void)
ACE_OS::fflush(stdout);
return 0;
-
}
// Generates C code for the linear search algorithm that returns
@@ -1089,7 +1088,6 @@ Key_List::output_linear_search_function (void)
ACE_OS::fflush (stdout);
return 0;
-
}
// Generates C code for the hash function that returns the proper
// encoding for each key word.