Skip to content

Commit 03b0cb9

Browse files
committed
training: Format code
Signed-off-by: Stefan Weil <[email protected]>
1 parent 9612ca4 commit 03b0cb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

training/commandlineflags.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
88
// See the License for the specific language governing permissions and
99
// limitations under the License.
10+
1011
#include "commandlineflags.h"
1112

1213
#ifndef GOOGLE_TESSERACT
@@ -55,7 +56,6 @@ bool StringFlagExists(const char* flag_name, const char** value) {
5556
return p != nullptr;
5657
}
5758

58-
5959
void SetIntFlagValue(const char* flag_name, const int32_t new_val) {
6060
STRING full_flag_name("FLAGS_");
6161
full_flag_name += flag_name;
@@ -149,7 +149,6 @@ void PrintCommandLineFlags() {
149149
}
150150
}
151151

152-
153152
void ParseCommandLineFlags(const char* usage,
154153
int* argc, char*** argv,
155154
const bool remove_flags) {

0 commit comments

Comments
 (0)