Ver código fonte

pipelimit: removed trailing spaces

Daniel-Constantin Mierla 1 ano atrás
pai
commit
12d90ab889

+ 3 - 3
src/modules/pipelimit/pipelimit.c

@@ -294,8 +294,8 @@ static void do_update_load(void)
 	dif_err = err - last_err;
 
 	/*
-	 * TODO?: the 'if' is needed so low cpu loads for 
-	 * long periods (which can't be compensated by 
+	 * TODO?: the 'if' is needed so low cpu loads for
+	 * long periods (which can't be compensated by
 	 * negative drop rates) don't confuse the controller
 	 *
 	 * NB: - "err < 0" means "desired_cpuload < actual_cpuload"
@@ -618,7 +618,7 @@ static int pipe_push(struct sip_msg *msg, str *pipeid)
 	return pipe_push_direct(pipe);
 }
 
-/**     
+/**
  * runs the current request through the queues
  * \param       msg
  * \param       forced_pipe     is >= 0 if a specific pipe should be used, < 0 otherwise

+ 2 - 2
src/modules/pipelimit/pl_db.c

@@ -15,8 +15,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 

+ 2 - 2
src/modules/pipelimit/pl_db.h

@@ -15,8 +15,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */