Skip to content

Commit

Permalink
clang fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Apr 4, 2023
1 parent fe43e10 commit beb5166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/problems/max_ent.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "glbopts.h"
#include "scs.h"
#include "problems/test_prob_from_data_file.h"
#include "scs.h"

static const char *max_ent(void) {
scs_float OPT = -6.067087663361563; /* from ecos */
Expand Down
2 changes: 1 addition & 1 deletion test/problems/random_prob.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "glbopts.h"
#include "scs.h"
#include "problems/test_prob_from_data_file.h"
#include "scs.h"

static const char *random_prob(void) {
scs_float OPT = 5.751458006385587;
Expand Down
4 changes: 2 additions & 2 deletions test/problems/test_prob_from_data_file.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef _SCS_FILE_TEST_CHASSIS
#ifndef _SCS_FILE_TEST_CHASSIS
#define _SCS_FILE_TEST_CHASSIS

#include "glbopts.h"
Expand All @@ -8,7 +8,7 @@
#include "scs.h"
#include "util.h"

static const char *_test_prob_from_data(const char * file, scs_float OPT) {
static const char *_test_prob_from_data(const char *file, scs_float OPT) {
scs_int read_status;
ScsData *d;
ScsCone *k;
Expand Down

0 comments on commit beb5166

Please sign in to comment.