[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Thu Mar 10 20:44:03 CET 2005


CVS commit by arwalker: 

Correct indentation.


  M +23 -20    kstdefaultnames.cpp   1.12


--- kdeextragear-2/kst/kst/kstdefaultnames.cpp  #1.11:1.12
@@ -32,8 +32,10 @@ QString KST::suggestPlotName() {
 }
 
-/* takes a field name and returns a unique tag name, which will be */
-/* the field if that is unique, or field-N if there are already N */
-/*  vectors of that name */
-QString KST::suggestVectorName( const QString& field) {
+//
+// takes a field name and returns a unique tag name, which will be
+// the field if that is unique, or field-N if there are already N
+//  vectors of that name
+//
+QString KST::suggestVectorName(const QString& field) {
   QString name;
   int i=0;
@@ -100,5 +102,6 @@ QString KST::suggestEQName( const QStrin
 QString KST::suggestPluginName(const QString& pname, const QString &vname) {
   QString tag;
-  if (vname==NULL) {
+  
+  if (vname == NULL) {
     tag = pname;
   } else {




More information about the Kst mailing list