Skip to content

Commit 05ea8d8

Browse files
Committing clang-format changes
1 parent c18b137 commit 05ea8d8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/seacas/libraries/aprepro_lib/strings.cc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ std::vector<std::string> build_strings()
6262
strings.emplace_back(R"({cd = tand(180/4)} {180-4*atand(cd)} $ tan(180/4))");
6363
strings.emplace_back(R"()");
6464
strings.emplace_back(R"(Test max, min, sign, dim, abs)");
65-
strings.emplace_back(
66-
R"({pmin = min(0.5, 1.0)} {nmin = min(-0.5, -1.0)} $ Should be 0.5, -1)");
67-
strings.emplace_back(
68-
R"({pmax = max(0.5, 1.0)} {nmax = max(-0.5, -1.0)} $ Should be 1.0, -0.5)");
65+
strings.emplace_back(R"({pmin = min(0.5, 1.0)} {nmin = min(-0.5, -1.0)} $ Should be 0.5, -1)");
66+
strings.emplace_back(R"({pmax = max(0.5, 1.0)} {nmax = max(-0.5, -1.0)} $ Should be 1.0, -0.5)");
6967
strings.emplace_back(R"({zero = 0} {sign(0.5, zero) + sign(0.5, -zero)} $ Should be 0 1)");
7068
strings.emplace_back(
7169
R"({nonzero = 1} {sign(0.5, nonzero) + sign(0.5, -nonzero)} $ Should be 1 0)");

packages/seacas/libraries/ioss/src/Ioss_FileInfo.C

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ namespace Ioss {
196196
#else
197197
/* linux statfs defines that 0x6969 is NFS filesystem */
198198
if (stat_fs.f_type == 0x0BD00BD0)
199-
return "lustre";
199+
return "lustre";
200200
if (stat_fs.f_type == 0x47504653)
201-
return "gpfs";
201+
return "gpfs";
202202
if (stat_fs.f_type == 0x6969)
203-
return "nfs";
203+
return "nfs";
204204
#endif
205205
}
206206
#endif

0 commit comments

Comments
 (0)