summaryrefslogtreecommitdiff
path: root/ACE/apps/soreduce/SO_Group.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
commit93bd37499c0f1ea062d123a8425c7157503510e2 (patch)
tree29cdfc1a8d692b206a02154d887747a5249dfd30 /ACE/apps/soreduce/SO_Group.h
parented8291d8da71da82a9d8f1e05a516d844bcb103b (diff)
downloadATCD-93bd37499c0f1ea062d123a8425c7157503510e2.tar.gz
Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
*: Zapped trailing whitespaces using find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
Diffstat (limited to 'ACE/apps/soreduce/SO_Group.h')
-rw-r--r--ACE/apps/soreduce/SO_Group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/apps/soreduce/SO_Group.h b/ACE/apps/soreduce/SO_Group.h
index 09758c8c7bb..df4723a5905 100644
--- a/ACE/apps/soreduce/SO_Group.h
+++ b/ACE/apps/soreduce/SO_Group.h
@@ -14,7 +14,7 @@
// analize a collection of applications so that common shared libraries can
// be reduced.
-class SO_Group
+class SO_Group
{
public:
SO_Group ();
@@ -25,7 +25,7 @@ public:
// libraries if found. Finally, add the undefined symbols from the executable
// to the undefs collection.
void add_executable(const char * );
-
+
// Do the actual business of the program
void analize ();