소스 검색

enforce whitespace style

svn:r5984
Nick Mathewson 20 년 전
부모
커밋
ae4f0467c8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/or/connection.c

+ 2 - 1
src/or/connection.c

@@ -1038,7 +1038,8 @@ connection_bucket_write_limit(connection_t *conn)
 
 /** Return 1 if the global write bucket has no bytes in it,
  * or return 0 if it does. */
-int global_write_bucket_empty(void)
+int
+global_write_bucket_empty(void)
 {
   return global_write_bucket <= 0;
 }