- Add newlines at the end of source files. I hope not having to do this

frequently! (it's a two-liner script, but nevertheless...)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@355 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-19 22:36:24 +00:00
parent b9c4813f11
commit 8c05219cec
49 changed files with 49 additions and 5 deletions

View file

@ -145,3 +145,4 @@ History::truncate_at(int instant)

View file

@ -70,3 +70,4 @@ namespace sgpem
#endif //HISTORY_H

View file

@ -61,3 +61,4 @@ ObservedSubject::detach(Observer* o)
return true;
}

View file

@ -53,3 +53,4 @@ namespace sgpem
#endif

View file

@ -38,4 +38,4 @@ const PolicyParameters&
Policy::get_parameters() const
{
return _parameters;
}
}

View file

@ -62,4 +62,4 @@ namespace sgpem
#endif
#endif

View file

@ -25,3 +25,4 @@
PolicyManager::~PolicyManager()
{
}

View file

@ -41,3 +41,4 @@ namespace sgpem
} //~ namespace sgpem
#endif

View file

@ -218,3 +218,4 @@ PolicyParameters::get_string(ustring name) const
else
return i->second.get_value();
}

View file

@ -114,4 +114,4 @@ namespace sgpem
#include "../templates/parameter.tcc"
#endif
#endif

View file

@ -36,3 +36,4 @@ Process::get_type() const
{
return "Process";
}

View file

@ -49,3 +49,4 @@ namespace sgpem
}
#endif

View file

@ -25,3 +25,4 @@ using namespace std;
PythonPolicy::PythonPolicy()
{
}

View file

@ -58,3 +58,4 @@ namespace sgpem
}
#endif

View file

@ -69,3 +69,4 @@ PythonPolicyManager::init()
}

View file

@ -52,3 +52,4 @@ namespace sgpem
}
#endif

View file

@ -59,3 +59,4 @@ Schedulable::get_name() const
{
return _name;
}

View file

@ -59,3 +59,4 @@ namespace sgpem
}
#endif

View file

@ -199,3 +199,4 @@ SchedulableList::has_same_objects(const SchedulableList& dx) const
return true;
}

View file

@ -63,3 +63,4 @@ namespace sgpem
#endif //SCHEDULABLE_LIST_HH

View file

@ -78,3 +78,4 @@ SchedulableStatus::operator==(const SchedulableStatus& dx) const
}

View file

@ -73,3 +73,4 @@ namespace sgpem
#endif

View file

@ -160,3 +160,4 @@ Scheduler::step_forward()

View file

@ -74,3 +74,4 @@ namespace sgpem

View file

@ -51,3 +51,4 @@ Slice::set_duration(const int& i)
{
_duration = i;
}

View file

@ -55,3 +55,4 @@ namespace sgpem
} //~ namespace sgpem
#endif

View file

@ -94,3 +94,4 @@ int_to_string(const int& num, ustring& str)
str = '-' + str;
}

View file

@ -31,3 +31,4 @@
#endif